#cfbdec
a light, vivid violet · warm · closest name: plum
RGB
207, 189, 236
HSL
263°, 55%, 83%
CMYK
12, 20, 0, 8
Luminance
0.5572
Every format
| HEX | #cfbdec |
| RGB | rgb(207, 189, 236) |
| HSL | hsl(263, 55%, 83%) |
| CMYK | cmyk(12%, 20%, 0%, 8%) |
| LAB | lab(79.5 15.3 -21.0) |
| LCH | lch(79.5 25.9 306.0) |
| OKLCH | oklch(0.829 0.068 302.4) |
Copy-ready code
/* CSS */
color: #cfbdec;
background-color: #cfbdec;
/* Tailwind (arbitrary) */
class="text-[#cfbdec] bg-[#cfbdec]"
/* SCSS */
$brand: #cfbdec;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.925)
/* Android */
Color.parseColor("#cfbdec")Accessibility — WCAG contrast
Aa
#cfbdec on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbdec on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta19.9%
Yellow0.0%
Key (black)7.5%
Color previews
#cfbdec text on a black background
contrast 12.14:1
Card sample
#cfbdec text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbdec;
Background color
Panel with #cfbdec background
background-color: #cfbdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbdec; background: linear-gradient(135deg, #cfbdec, #ECBDEA);