#FF6DC5
A light, vivid magenta closely aligning with Hotpink.
About #FF6DC5
When working with digital screens, the color #FF6DC5 is rendered by mixing light. Its closest recognized web color is Hotpink. Its digital footprint relies on 255 parts red, 109 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 57% Magenta, 23% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
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#FF6DC5
RGB255, 109, 197
HSL323.8°, 100.0%, 71.4%
CMYK0%, 57%, 23%, 0%
HSV323.8°, 57.3%, 100.0%
LAB66.7, 64.7, -18.4
XYZ56.8, 36.2, 56.8
Decimal16739781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.55:1
Text on #FFFFFF
FAIL
8.25:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF6DC5;
}
.text-color {
color: #FF6DC5;
}
.border-color {
border: 2px solid #FF6DC5;
}