#cfacee
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 238
HSL
272°, 66%, 80%
CMYK
13, 28, 0, 7
Luminance
0.4894
Every format
| HEX | #cfacee |
| RGB | rgb(207, 172, 238) |
| HSL | hsl(272, 66%, 80%) |
| CMYK | cmyk(13%, 28%, 0%, 7%) |
| LAB | lab(75.4 24.9 -28.2) |
| LCH | lch(75.4 37.7 311.4) |
| OKLCH | oklch(0.798 0.099 308.4) |
Copy-ready code
/* CSS */
color: #cfacee;
background-color: #cfacee;
/* Tailwind (arbitrary) */
class="text-[#cfacee] bg-[#cfacee]"
/* SCSS */
$brand: #cfacee;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#cfacee")Accessibility — WCAG contrast
Aa
#cfacee on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacee on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cfacee text on a black background
contrast 10.79:1
Card sample
#cfacee text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacee;
Background color
Panel with #cfacee background
background-color: #cfacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacee; background: linear-gradient(135deg, #cfacee, #EEACE1);