#cfacea
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 234
HSL
274°, 60%, 80%
CMYK
12, 27, 0, 8
Luminance
0.4871
Every format
| HEX | #cfacea |
| RGB | rgb(207, 172, 234) |
| HSL | hsl(274, 60%, 80%) |
| CMYK | cmyk(12%, 27%, 0%, 8%) |
| LAB | lab(75.3 24.1 -26.3) |
| LCH | lch(75.3 35.6 312.5) |
| OKLCH | oklch(0.796 0.094 310.0) |
Copy-ready code
/* CSS */
color: #cfacea;
background-color: #cfacea;
/* Tailwind (arbitrary) */
class="text-[#cfacea] bg-[#cfacea]"
/* SCSS */
$brand: #cfacea;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.918)
/* Android */
Color.parseColor("#cfacea")Accessibility — WCAG contrast
Aa
#cfacea on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacea on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue91.8%
CMYK percentages
Cyan11.5%
Magenta26.5%
Yellow0.0%
Key (black)8.2%
Color previews
#cfacea text on a black background
contrast 10.74:1
Card sample
#cfacea text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacea;
Background color
Panel with #cfacea background
background-color: #cfacea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacea; background: linear-gradient(135deg, #cfacea, #EAACDC);