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