#cface4
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 228
HSL
278°, 51%, 78%
CMYK
9, 25, 0, 11
Luminance
0.4837
Every format
| HEX | #cface4 |
| RGB | rgb(207, 172, 228) |
| HSL | hsl(278, 51%, 78%) |
| CMYK | cmyk(9%, 25%, 0%, 11%) |
| LAB | lab(75.1 22.9 -23.4) |
| LCH | lch(75.1 32.7 314.4) |
| OKLCH | oklch(0.794 0.086 312.6) |
Copy-ready code
/* CSS */
color: #cface4;
background-color: #cface4;
/* Tailwind (arbitrary) */
class="text-[#cface4] bg-[#cface4]"
/* SCSS */
$brand: #cface4;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#cface4")Accessibility — WCAG contrast
Aa
#cface4 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cface4 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#cface4 text on a black background
contrast 10.67:1
Card sample
#cface4 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cface4;
Background color
Panel with #cface4 background
background-color: #cface4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cface4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cface4; background: linear-gradient(135deg, #cface4, #E4ACD4);