#cfbae3
a light, soft violet · warm · closest name: plum
RGB
207, 186, 227
HSL
271°, 42%, 81%
CMYK
9, 18, 0, 11
Luminance
0.5393
Every format
| HEX | #cfbae3 |
| RGB | rgb(207, 186, 227) |
| HSL | hsl(271, 42%, 81%) |
| CMYK | cmyk(9%, 18%, 0%, 11%) |
| LAB | lab(78.4 15.0 -17.7) |
| LCH | lch(78.4 23.2 310.3) |
| OKLCH | oklch(0.820 0.061 308.2) |
Copy-ready code
/* CSS */
color: #cfbae3;
background-color: #cfbae3;
/* Tailwind (arbitrary) */
class="text-[#cfbae3] bg-[#cfbae3]"
/* SCSS */
$brand: #cfbae3;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.890)
/* Android */
Color.parseColor("#cfbae3")Accessibility — WCAG contrast
Aa
#cfbae3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbae3 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue89.0%
CMYK percentages
Cyan8.8%
Magenta18.1%
Yellow0.0%
Key (black)11.0%
Color previews
#cfbae3 text on a black background
contrast 11.79:1
Card sample
#cfbae3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbae3;
Background color
Panel with #cfbae3 background
background-color: #cfbae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbae3; background: linear-gradient(135deg, #cfbae3, #E3BADC);