#cfbee7
a light, vivid violet · warm · closest name: lavender
RGB
207, 190, 231
HSL
265°, 46%, 83%
CMYK
10, 18, 0, 9
Luminance
0.5586
Every format
| HEX | #cfbee7 |
| RGB | rgb(207, 190, 231) |
| HSL | hsl(265, 46%, 83%) |
| CMYK | cmyk(10%, 18%, 0%, 9%) |
| LAB | lab(79.5 13.7 -18.2) |
| LCH | lch(79.5 22.8 307.0) |
| OKLCH | oklch(0.829 0.059 304.0) |
Copy-ready code
/* CSS */
color: #cfbee7;
background-color: #cfbee7;
/* Tailwind (arbitrary) */
class="text-[#cfbee7] bg-[#cfbee7]"
/* SCSS */
$brand: #cfbee7;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.906)
/* Android */
Color.parseColor("#cfbee7")Accessibility — WCAG contrast
Aa
#cfbee7 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbee7 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta17.7%
Yellow0.0%
Key (black)9.4%
Color previews
#cfbee7 text on a black background
contrast 12.17:1
Card sample
#cfbee7 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbee7;
Background color
Panel with #cfbee7 background
background-color: #cfbee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbee7; background: linear-gradient(135deg, #cfbee7, #E7BEE4);