#DB99F0
A light, vivid magenta closely aligning with Plum.
About #DB99F0
At its core, #DB99F0 is a light and vivid hue. Its closest recognized web color is Plum. In the RGB color space, it consists of 219 red, 153 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 9% cyan and 36% magenta inks. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB99F0
RGB219, 153, 240
HSL285.5°, 74.4%, 77.1%
CMYK9%, 36%, 0%, 6%
HSV285.5°, 36.2%, 94.1%
LAB72.3, 39.3, -34.0
XYZ56.3, 44.1, 88.0
Decimal14391792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DB99F0;
}
.text-color {
color: #DB99F0;
}
.border-color {
border: 2px solid #DB99F0;
}