#cfade9
a light, vivid violet · warm · closest name: plum
RGB
207, 173, 233
HSL
274°, 58%, 80%
CMYK
11, 26, 0, 9
Luminance
0.4904
Every format
| HEX | #cfade9 |
| RGB | rgb(207, 173, 233) |
| HSL | hsl(274, 58%, 80%) |
| CMYK | cmyk(11%, 26%, 0%, 9%) |
| LAB | lab(75.5 23.3 -25.4) |
| LCH | lch(75.5 34.5 312.5) |
| OKLCH | oklch(0.798 0.091 310.1) |
Copy-ready code
/* CSS */
color: #cfade9;
background-color: #cfade9;
/* Tailwind (arbitrary) */
class="text-[#cfade9] bg-[#cfade9]"
/* SCSS */
$brand: #cfade9;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.914)
/* Android */
Color.parseColor("#cfade9")Accessibility — WCAG contrast
Aa
#cfade9 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfade9 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta25.8%
Yellow0.0%
Key (black)8.6%
Color previews
#cfade9 text on a black background
contrast 10.81:1
Card sample
#cfade9 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfade9;
Background color
Panel with #cfade9 background
background-color: #cfade9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfade9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfade9; background: linear-gradient(135deg, #cfade9, #E9ADDB);