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