#cfbae1
a light, soft violet · warm · closest name: lavender
RGB
207, 186, 225
HSL
272°, 39%, 81%
CMYK
8, 17, 0, 12
Luminance
0.5382
Every format
| HEX | #cfbae1 |
| RGB | rgb(207, 186, 225) |
| HSL | hsl(272, 39%, 81%) |
| CMYK | cmyk(8%, 17%, 0%, 12%) |
| LAB | lab(78.4 14.6 -16.7) |
| LCH | lch(78.4 22.2 311.2) |
| OKLCH | oklch(0.819 0.058 309.3) |
Copy-ready code
/* CSS */
color: #cfbae1;
background-color: #cfbae1;
/* Tailwind (arbitrary) */
class="text-[#cfbae1] bg-[#cfbae1]"
/* SCSS */
$brand: #cfbae1;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.882)
/* Android */
Color.parseColor("#cfbae1")Accessibility — WCAG contrast
Aa
#cfbae1 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbae1 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta17.3%
Yellow0.0%
Key (black)11.8%
Color previews
#cfbae1 text on a black background
contrast 11.76:1
Card sample
#cfbae1 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbae1;
Background color
Panel with #cfbae1 background
background-color: #cfbae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbae1; background: linear-gradient(135deg, #cfbae1, #E1BAD9);