#D399FF
A very light, vivid purple closely aligning with Violet.
About #D399FF
The hex code #D399FF represents a beautifully specific shade of purple. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 211 red, 153 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 40% M, 0% Y, and 0% K. The HSL representation is 274.1° hue, 100.0% saturation, and 80.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D399FF
RGB211, 153, 255
HSL274.1°, 100.0%, 80.0%
CMYK17%, 40%, 0%, 0%
HSV274.1°, 40.0%, 100.0%
LAB72.1, 40.1, -42.5
XYZ56.3, 43.9, 100.1
Decimal13867519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D399FF;
}
.text-color {
color: #D399FF;
}
.border-color {
border: 2px solid #D399FF;
}