#cfaeee
a light, vivid violet · warm · closest name: plum
RGB
207, 174, 238
HSL
271°, 65%, 81%
CMYK
13, 27, 0, 7
Luminance
0.4971
Every format
| HEX | #cfaeee |
| RGB | rgb(207, 174, 238) |
| HSL | hsl(271, 65%, 81%) |
| CMYK | cmyk(13%, 27%, 0%, 7%) |
| LAB | lab(75.9 23.8 -27.5) |
| LCH | lch(75.9 36.4 310.9) |
| OKLCH | oklch(0.801 0.095 307.8) |
Copy-ready code
/* CSS */
color: #cfaeee;
background-color: #cfaeee;
/* Tailwind (arbitrary) */
class="text-[#cfaeee] bg-[#cfaeee]"
/* SCSS */
$brand: #cfaeee;
/* SwiftUI */
Color(red: 0.812, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#cfaeee")Accessibility — WCAG contrast
Aa
#cfaeee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaeee on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.2%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cfaeee text on a black background
contrast 10.94:1
Card sample
#cfaeee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaeee;
Background color
Panel with #cfaeee background
background-color: #cfaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaeee; background: linear-gradient(135deg, #cfaeee, #EEAEE2);