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