#cface0
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 224
HSL
280°, 46%, 78%
CMYK
8, 23, 0, 12
Luminance
0.4815
Every format
| HEX | #cface0 |
| RGB | rgb(207, 172, 224) |
| HSL | hsl(280, 46%, 78%) |
| CMYK | cmyk(8%, 23%, 0%, 12%) |
| LAB | lab(74.9 22.1 -21.4) |
| LCH | lch(74.9 30.7 315.9) |
| OKLCH | oklch(0.792 0.082 314.6) |
Copy-ready code
/* CSS */
color: #cface0;
background-color: #cface0;
/* Tailwind (arbitrary) */
class="text-[#cface0] bg-[#cface0]"
/* SCSS */
$brand: #cface0;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.878)
/* Android */
Color.parseColor("#cface0")Accessibility — WCAG contrast
Aa
#cface0 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cface0 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta23.2%
Yellow0.0%
Key (black)12.2%
Color previews
#cface0 text on a black background
contrast 10.63:1
Card sample
#cface0 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cface0;
Background color
Panel with #cface0 background
background-color: #cface0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cface0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cface0; background: linear-gradient(135deg, #cface0, #E0ACCE);