#cfbee4
a light, soft violet · warm · closest name: lavender
RGB
207, 190, 228
HSL
267°, 41%, 82%
CMYK
9, 17, 0, 11
Luminance
0.5569
Every format
| HEX | #cfbee4 |
| RGB | rgb(207, 190, 228) |
| HSL | hsl(267, 41%, 82%) |
| CMYK | cmyk(9%, 17%, 0%, 11%) |
| LAB | lab(79.4 13.1 -16.7) |
| LCH | lch(79.4 21.2 308.0) |
| OKLCH | oklch(0.828 0.056 305.5) |
Copy-ready code
/* CSS */
color: #cfbee4;
background-color: #cfbee4;
/* Tailwind (arbitrary) */
class="text-[#cfbee4] bg-[#cfbee4]"
/* SCSS */
$brand: #cfbee4;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.894)
/* Android */
Color.parseColor("#cfbee4")Accessibility — WCAG contrast
Aa
#cfbee4 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbee4 on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta16.7%
Yellow0.0%
Key (black)10.6%
Color previews
#cfbee4 text on a black background
contrast 12.14:1
Card sample
#cfbee4 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbee4;
Background color
Panel with #cfbee4 background
background-color: #cfbee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbee4; background: linear-gradient(135deg, #cfbee4, #E4BEE0);