#cfbfe0
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 224
HSL
269°, 35%, 81%
CMYK
8, 15, 0, 12
Luminance
0.5591
Every format
| HEX | #cfbfe0 |
| RGB | rgb(207, 191, 224) |
| HSL | hsl(269, 35%, 81%) |
| CMYK | cmyk(8%, 15%, 0%, 12%) |
| LAB | lab(79.6 11.7 -14.4) |
| LCH | lch(79.6 18.6 309.2) |
| OKLCH | oklch(0.828 0.049 307.2) |
Copy-ready code
/* CSS */
color: #cfbfe0;
background-color: #cfbfe0;
/* Tailwind (arbitrary) */
class="text-[#cfbfe0] bg-[#cfbfe0]"
/* SCSS */
$brand: #cfbfe0;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.878)
/* Android */
Color.parseColor("#cfbfe0")Accessibility — WCAG contrast
Aa
#cfbfe0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe0 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta14.7%
Yellow0.0%
Key (black)12.2%
Color previews
#cfbfe0 text on a black background
contrast 12.18:1
Card sample
#cfbfe0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe0;
Background color
Panel with #cfbfe0 background
background-color: #cfbfe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe0; background: linear-gradient(135deg, #cfbfe0, #E0BFDB);