#cfbfe1
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 225
HSL
268°, 36%, 82%
CMYK
8, 15, 0, 12
Luminance
0.5596
Every format
| HEX | #cfbfe1 |
| RGB | rgb(207, 191, 225) |
| HSL | hsl(268, 36%, 82%) |
| CMYK | cmyk(8%, 15%, 0%, 12%) |
| LAB | lab(79.6 11.9 -14.9) |
| LCH | lch(79.6 19.1 308.7) |
| OKLCH | oklch(0.829 0.050 306.5) |
Copy-ready code
/* CSS */
color: #cfbfe1;
background-color: #cfbfe1;
/* Tailwind (arbitrary) */
class="text-[#cfbfe1] bg-[#cfbfe1]"
/* SCSS */
$brand: #cfbfe1;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.882)
/* Android */
Color.parseColor("#cfbfe1")Accessibility — WCAG contrast
Aa
#cfbfe1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe1 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta15.1%
Yellow0.0%
Key (black)11.8%
Color previews
#cfbfe1 text on a black background
contrast 12.19:1
Card sample
#cfbfe1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe1;
Background color
Panel with #cfbfe1 background
background-color: #cfbfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe1; background: linear-gradient(135deg, #cfbfe1, #E1BFDC);