#cface1
a light, vivid violet · warm · closest name: plum
RGB
207, 172, 225
HSL
280°, 47%, 78%
CMYK
8, 24, 0, 12
Luminance
0.4821
Every format
| HEX | #cface1 |
| RGB | rgb(207, 172, 225) |
| HSL | hsl(280, 47%, 78%) |
| CMYK | cmyk(8%, 24%, 0%, 12%) |
| LAB | lab(75.0 22.3 -21.9) |
| LCH | lch(75.0 31.2 315.5) |
| OKLCH | oklch(0.793 0.083 314.1) |
Copy-ready code
/* CSS */
color: #cface1;
background-color: #cface1;
/* Tailwind (arbitrary) */
class="text-[#cface1] bg-[#cface1]"
/* SCSS */
$brand: #cface1;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#cface1")Accessibility — WCAG contrast
Aa
#cface1 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cface1 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta23.6%
Yellow0.0%
Key (black)11.8%
Color previews
#cface1 text on a black background
contrast 10.64:1
Card sample
#cface1 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cface1;
Background color
Panel with #cface1 background
background-color: #cface1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cface1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cface1; background: linear-gradient(135deg, #cface1, #E1ACD0);