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