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