#cfbae7
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 231
HSL
268°, 48%, 82%
CMYK
10, 20, 0, 9
Luminance
0.5415
Every format
| HEX | #cfbae7 |
| RGB | rgb(207, 186, 231) |
| HSL | hsl(268, 48%, 82%) |
| CMYK | cmyk(10%, 20%, 0%, 9%) |
| LAB | lab(78.5 15.8 -19.7) |
| LCH | lch(78.5 25.3 308.8) |
| OKLCH | oklch(0.821 0.066 306.1) |
Copy-ready code
/* CSS */
color: #cfbae7;
background-color: #cfbae7;
/* Tailwind (arbitrary) */
class="text-[#cfbae7] bg-[#cfbae7]"
/* SCSS */
$brand: #cfbae7;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.906)
/* Android */
Color.parseColor("#cfbae7")Accessibility — WCAG contrast
Aa
#cfbae7 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbae7 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta19.5%
Yellow0.0%
Key (black)9.4%
Color previews
#cfbae7 text on a black background
contrast 11.83:1
Card sample
#cfbae7 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbae7;
Background color
Panel with #cfbae7 background
background-color: #cfbae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbae7; background: linear-gradient(135deg, #cfbae7, #E7BAE1);