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