#cfbfe3
a light, soft violet · warm · closest name: lavender
RGB
207, 191, 227
HSL
267°, 39%, 82%
CMYK
9, 16, 0, 11
Luminance
0.5607
Every format
| HEX | #cfbfe3 |
| RGB | rgb(207, 191, 227) |
| HSL | hsl(267, 39%, 82%) |
| CMYK | cmyk(9%, 16%, 0%, 11%) |
| LAB | lab(79.7 12.3 -15.9) |
| LCH | lch(79.7 20.1 307.9) |
| OKLCH | oklch(0.829 0.052 305.4) |
Copy-ready code
/* CSS */
color: #cfbfe3;
background-color: #cfbfe3;
/* Tailwind (arbitrary) */
class="text-[#cfbfe3] bg-[#cfbfe3]"
/* SCSS */
$brand: #cfbfe3;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#cfbfe3")Accessibility — WCAG contrast
Aa
#cfbfe3 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbfe3 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#cfbfe3 text on a black background
contrast 12.21:1
Card sample
#cfbfe3 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbfe3;
Background color
Panel with #cfbfe3 background
background-color: #cfbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbfe3; background: linear-gradient(135deg, #cfbfe3, #E3BFDF);