#FF507C
A light, vivid magenta closely aligning with Crimson.
About #FF507C
Visually, #FF507C is defined as a vivid magenta. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 255 parts red, 80 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 69% Magenta, 51% Yellow, and 0% Black. The HSL representation is 344.9° hue, 100.0% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF507C
RGB255, 80, 124
HSL344.9°, 100.0%, 65.7%
CMYK0%, 69%, 51%, 0%
HSV344.9°, 68.6%, 100.0%
LAB60.3, 68.6, 14.1
XYZ47.7, 28.5, 22.0
Decimal16732284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.14:1
Text on #FFFFFF
AA Large
6.69:1
Text on #000000
AA
3.00:1
Text on #F8FAFC
FAIL
5.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF507C;
}
.text-color {
color: #FF507C;
}
.border-color {
border: 2px solid #FF507C;
}