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