#cdadfe
a light, electric violet · warm · closest name: plum
RGB
205, 173, 254
HSL
264°, 98%, 84%
CMYK
19, 32, 0, 0
Luminance
0.5002
Every format
| HEX | #cdadfe |
| RGB | rgb(205, 173, 254) |
| HSL | hsl(264, 98%, 84%) |
| CMYK | cmyk(19%, 32%, 0%, 0%) |
| LAB | lab(76.1 27.2 -35.9) |
| LCH | lch(76.1 45.0 307.2) |
| OKLCH | oklch(0.804 0.117 302.0) |
Copy-ready code
/* CSS */
color: #cdadfe;
background-color: #cdadfe;
/* Tailwind (arbitrary) */
class="text-[#cdadfe] bg-[#cdadfe]"
/* SCSS */
$brand: #cdadfe;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#cdadfe")Accessibility — WCAG contrast
Aa
#cdadfe on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadfe on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#cdadfe text on a black background
contrast 11.00:1
Card sample
#cdadfe text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadfe;
Background color
Panel with #cdadfe background
background-color: #cdadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadfe; background: linear-gradient(135deg, #cdadfe, #FEADF9);