#cfacec
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 236
HSL
273°, 63%, 80%
CMYK
12, 27, 0, 8
Luminance
0.4883
Every format
| HEX | #cfacec |
| RGB | rgb(207, 172, 236) |
| HSL | hsl(273, 63%, 80%) |
| CMYK | cmyk(12%, 27%, 0%, 8%) |
| LAB | lab(75.3 24.5 -27.3) |
| LCH | lch(75.3 36.7 311.9) |
| OKLCH | oklch(0.797 0.096 309.2) |
Copy-ready code
/* CSS */
color: #cfacec;
background-color: #cfacec;
/* Tailwind (arbitrary) */
class="text-[#cfacec] bg-[#cfacec]"
/* SCSS */
$brand: #cfacec;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.925)
/* Android */
Color.parseColor("#cfacec")Accessibility — WCAG contrast
Aa
#cfacec on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfacec on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta27.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cfacec text on a black background
contrast 10.77:1
Card sample
#cfacec text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfacec;
Background color
Panel with #cfacec background
background-color: #cfacec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfacec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfacec; background: linear-gradient(135deg, #cfacec, #ECACDE);