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