#cf99df
a light, vivid violet · warm · closest name: plum
RGB
207, 153, 223
HSL
286°, 52%, 74%
CMYK
7, 31, 0, 13
Luminance
0.4138
Every format
| HEX | #cf99df |
| RGB | rgb(207, 153, 223) |
| HSL | hsl(286, 52%, 74%) |
| CMYK | cmyk(7%, 31%, 0%, 13%) |
| LAB | lab(70.4 32.2 -27.7) |
| LCH | lch(70.4 42.5 319.3) |
| OKLCH | oklch(0.758 0.114 318.3) |
Copy-ready code
/* CSS */
color: #cf99df;
background-color: #cf99df;
/* Tailwind (arbitrary) */
class="text-[#cf99df] bg-[#cf99df]"
/* SCSS */
$brand: #cf99df;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#cf99df")Accessibility — WCAG contrast
Aa
#cf99df on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf99df on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta31.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf99df text on a black background
contrast 9.28:1
Card sample
#cf99df text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf99df;
Background color
Panel with #cf99df background
background-color: #cf99df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf99df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf99df; background: linear-gradient(135deg, #cf99df, #DF99C0);