#cfbaee
a light, vivid violet · warm · closest name: plum
RGB
207, 186, 238
HSL
264°, 61%, 83%
CMYK
13, 22, 0, 7
Luminance
0.5456
Every format
| HEX | #cfbaee |
| RGB | rgb(207, 186, 238) |
| HSL | hsl(264, 61%, 83%) |
| CMYK | cmyk(13%, 22%, 0%, 7%) |
| LAB | lab(78.8 17.3 -23.1) |
| LCH | lch(78.8 28.9 306.8) |
| OKLCH | oklch(0.824 0.075 303.2) |
Copy-ready code
/* CSS */
color: #cfbaee;
background-color: #cfbaee;
/* Tailwind (arbitrary) */
class="text-[#cfbaee] bg-[#cfbaee]"
/* SCSS */
$brand: #cfbaee;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#cfbaee")Accessibility — WCAG contrast
Aa
#cfbaee on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaee on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cfbaee text on a black background
contrast 11.91:1
Card sample
#cfbaee text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaee;
Background color
Panel with #cfbaee background
background-color: #cfbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaee; background: linear-gradient(135deg, #cfbaee, #EEBAEA);