#cfbfe6
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 230
HSL
265°, 44%, 83%
CMYK
10, 17, 0, 10
Luminance
0.5624
Every format
| HEX | #cfbfe6 |
| RGB | rgb(207, 191, 230) |
| HSL | hsl(265, 44%, 83%) |
| CMYK | cmyk(10%, 17%, 0%, 10%) |
| LAB | lab(79.8 12.9 -17.3) |
| LCH | lch(79.8 21.6 306.7) |
| OKLCH | oklch(0.830 0.056 303.8) |
Copy-ready code
/* CSS */
color: #cfbfe6;
background-color: #cfbfe6;
/* Tailwind (arbitrary) */
class="text-[#cfbfe6] bg-[#cfbfe6]"
/* SCSS */
$brand: #cfbfe6;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.902)
/* Android */
Color.parseColor("#cfbfe6")Accessibility — WCAG contrast
Aa
#cfbfe6 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe6 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta17.0%
Yellow0.0%
Key (black)9.8%
Color previews
#cfbfe6 text on a black background
contrast 12.25:1
Card sample
#cfbfe6 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe6;
Background color
Panel with #cfbfe6 background
background-color: #cfbfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe6; background: linear-gradient(135deg, #cfbfe6, #E6BFE3);