#cdadfc
a light, electric violet · warm · closest name: plum
RGB
205, 173, 252
HSL
264°, 93%, 83%
CMYK
19, 31, 0, 1
Luminance
0.4989
Every format
| HEX | #cdadfc |
| RGB | rgb(205, 173, 252) |
| HSL | hsl(264, 93%, 83%) |
| CMYK | cmyk(19%, 31%, 0%, 1%) |
| LAB | lab(76.0 26.8 -34.9) |
| LCH | lch(76.0 44.0 307.5) |
| OKLCH | oklch(0.804 0.114 302.5) |
Copy-ready code
/* CSS */
color: #cdadfc;
background-color: #cdadfc;
/* Tailwind (arbitrary) */
class="text-[#cdadfc] bg-[#cdadfc]"
/* SCSS */
$brand: #cdadfc;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#cdadfc")Accessibility — WCAG contrast
Aa
#cdadfc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadfc on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cdadfc text on a black background
contrast 10.98:1
Card sample
#cdadfc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadfc;
Background color
Panel with #cdadfc background
background-color: #cdadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadfc; background: linear-gradient(135deg, #cdadfc, #FCADF6);