#cfbee2
a light, soft violet · warm · closest name: lavender
RGB
207, 190, 226
HSL
268°, 38%, 82%
CMYK
8, 16, 0, 11
Luminance
0.5558
Every format
| HEX | #cfbee2 |
| RGB | rgb(207, 190, 226) |
| HSL | hsl(268, 38%, 82%) |
| CMYK | cmyk(8%, 16%, 0%, 11%) |
| LAB | lab(79.4 12.7 -15.7) |
| LCH | lch(79.4 20.2 308.9) |
| OKLCH | oklch(0.827 0.053 306.6) |
Copy-ready code
/* CSS */
color: #cfbee2;
background-color: #cfbee2;
/* Tailwind (arbitrary) */
class="text-[#cfbee2] bg-[#cfbee2]"
/* SCSS */
$brand: #cfbee2;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.886)
/* Android */
Color.parseColor("#cfbee2")Accessibility — WCAG contrast
Aa
#cfbee2 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbee2 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta15.9%
Yellow0.0%
Key (black)11.4%
Color previews
#cfbee2 text on a black background
contrast 12.12:1
Card sample
#cfbee2 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbee2;
Background color
Panel with #cfbee2 background
background-color: #cfbee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbee2; background: linear-gradient(135deg, #cfbee2, #E2BEDD);