#cfbfe8
a light, vivid violet · warm · closest name: lavender
RGB
207, 191, 232
HSL
263°, 47%, 83%
CMYK
11, 18, 0, 9
Luminance
0.5635
Every format
| HEX | #cfbfe8 |
| RGB | rgb(207, 191, 232) |
| HSL | hsl(263, 47%, 83%) |
| CMYK | cmyk(11%, 18%, 0%, 9%) |
| LAB | lab(79.8 13.3 -18.3) |
| LCH | lch(79.8 22.7 306.1) |
| OKLCH | oklch(0.831 0.059 302.9) |
Copy-ready code
/* CSS */
color: #cfbfe8;
background-color: #cfbfe8;
/* Tailwind (arbitrary) */
class="text-[#cfbfe8] bg-[#cfbfe8]"
/* SCSS */
$brand: #cfbfe8;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.910)
/* Android */
Color.parseColor("#cfbfe8")Accessibility — WCAG contrast
Aa
#cfbfe8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe8 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta17.7%
Yellow0.0%
Key (black)9.0%
Color previews
#cfbfe8 text on a black background
contrast 12.27:1
Card sample
#cfbfe8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe8;
Background color
Panel with #cfbfe8 background
background-color: #cfbfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe8; background: linear-gradient(135deg, #cfbfe8, #E8BFE6);