#FF3A6D
A light, vivid magenta closely aligning with Crimson.
About #FF3A6D
When working with digital screens, the color #FF3A6D is rendered by mixing light. Its closest recognized web color is Crimson. In the RGB color space, it consists of 255 red, 58 green, and 109 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 77% M, 57% Y, and 0% K. With a hue angle of 344.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF3A6D
RGB255, 58, 109
HSL344.5°, 100.0%, 61.4%
CMYK0%, 77%, 57%, 0%
HSV344.5°, 77.3%, 100.0%
LAB57.5, 74.6, 19.0
XYZ45.5, 25.4, 17.0
Decimal16726637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A6D;
}
.text-color {
color: #FF3A6D;
}
.border-color {
border: 2px solid #FF3A6D;
}