#FF66DB
A light, vivid magenta closely aligning with Violet.
About #FF66DB
The hex code #FF66DB represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Violet. This translates to an RGB value of rgb(255, 102, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF66DB
RGB255, 102, 219
HSL314.1°, 100.0%, 70.0%
CMYK0%, 60%, 14%, 0%
HSV314.1°, 60.0%, 100.0%
LAB66.4, 70.7, -31.2
XYZ58.8, 35.9, 70.8
Decimal16738011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.18:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF66DB;
}
.text-color {
color: #FF66DB;
}
.border-color {
border: 2px solid #FF66DB;
}