#cface8
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 232
HSL
275°, 57%, 79%
CMYK
11, 26, 0, 9
Luminance
0.4860
Every format
| HEX | #cface8 |
| RGB | rgb(207, 172, 232) |
| HSL | hsl(275, 57%, 79%) |
| CMYK | cmyk(11%, 26%, 0%, 9%) |
| LAB | lab(75.2 23.7 -25.3) |
| LCH | lch(75.2 34.7 313.1) |
| OKLCH | oklch(0.795 0.091 310.8) |
Copy-ready code
/* CSS */
color: #cface8;
background-color: #cface8;
/* Tailwind (arbitrary) */
class="text-[#cface8] bg-[#cface8]"
/* SCSS */
$brand: #cface8;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#cface8")Accessibility — WCAG contrast
Aa
#cface8 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cface8 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#cface8 text on a black background
contrast 10.72:1
Card sample
#cface8 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cface8;
Background color
Panel with #cface8 background
background-color: #cface8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cface8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cface8; background: linear-gradient(135deg, #cface8, #E8ACD9);