#cfbdee
a light, vivid violet · warm · closest name: plum
RGB
207, 189, 238
HSL
262°, 59%, 84%
CMYK
13, 21, 0, 7
Luminance
0.5583
Every format
| HEX | #cfbdee |
| RGB | rgb(207, 189, 238) |
| HSL | hsl(262, 59%, 84%) |
| CMYK | cmyk(13%, 21%, 0%, 7%) |
| LAB | lab(79.5 15.7 -22.0) |
| LCH | lch(79.5 27.0 305.5) |
| OKLCH | oklch(0.829 0.070 301.7) |
Copy-ready code
/* CSS */
color: #cfbdee;
background-color: #cfbdee;
/* Tailwind (arbitrary) */
class="text-[#cfbdee] bg-[#cfbdee]"
/* SCSS */
$brand: #cfbdee;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#cfbdee")Accessibility — WCAG contrast
Aa
#cfbdee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdee on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cfbdee text on a black background
contrast 12.17:1
Card sample
#cfbdee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdee;
Background color
Panel with #cfbdee background
background-color: #cfbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdee; background: linear-gradient(135deg, #cfbdee, #EEBDEC);