#cfbae2
a light, soft violet · warm · closest name: plum
RGB
207, 186, 226
HSL
272°, 41%, 81%
CMYK
8, 18, 0, 11
Luminance
0.5387
Every format
| HEX | #cfbae2 |
| RGB | rgb(207, 186, 226) |
| HSL | hsl(272, 41%, 81%) |
| CMYK | cmyk(8%, 18%, 0%, 11%) |
| LAB | lab(78.4 14.8 -17.2) |
| LCH | lch(78.4 22.7 310.7) |
| OKLCH | oklch(0.819 0.060 308.7) |
Copy-ready code
/* CSS */
color: #cfbae2;
background-color: #cfbae2;
/* Tailwind (arbitrary) */
class="text-[#cfbae2] bg-[#cfbae2]"
/* SCSS */
$brand: #cfbae2;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#cfbae2")Accessibility — WCAG contrast
Aa
#cfbae2 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbae2 on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cfbae2 text on a black background
contrast 11.77:1
Card sample
#cfbae2 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbae2;
Background color
Panel with #cfbae2 background
background-color: #cfbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbae2; background: linear-gradient(135deg, #cfbae2, #E2BADA);