#cfbfea
a light, vivid violet · warm · closest name: lavender
RGB
207, 191, 234
HSL
262°, 51%, 83%
CMYK
12, 18, 0, 8
Luminance
0.5647
Every format
| HEX | #cfbfea |
| RGB | rgb(207, 191, 234) |
| HSL | hsl(262, 51%, 83%) |
| CMYK | cmyk(12%, 18%, 0%, 8%) |
| LAB | lab(79.9 13.8 -19.3) |
| LCH | lch(79.9 23.7 305.5) |
| OKLCH | oklch(0.832 0.062 302.0) |
Copy-ready code
/* CSS */
color: #cfbfea;
background-color: #cfbfea;
/* Tailwind (arbitrary) */
class="text-[#cfbfea] bg-[#cfbfea]"
/* SCSS */
$brand: #cfbfea;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.918)
/* Android */
Color.parseColor("#cfbfea")Accessibility — WCAG contrast
Aa
#cfbfea on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfea on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta18.4%
Yellow0.0%
Key (black)8.2%
Color previews
#cfbfea text on a black background
contrast 12.29:1
Card sample
#cfbfea text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfea;
Background color
Panel with #cfbfea background
background-color: #cfbfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfea; background: linear-gradient(135deg, #cfbfea, #EABFE8);