#cdadff
a light, electric violet · warm · closest name: plum
RGB
205, 173, 255
HSL
263°, 100%, 84%
CMYK
20, 32, 0, 0
Luminance
0.5009
Every format
| HEX | #cdadff |
| RGB | rgb(205, 173, 255) |
| HSL | hsl(263, 100%, 84%) |
| CMYK | cmyk(20%, 32%, 0%, 0%) |
| LAB | lab(76.1 27.4 -36.3) |
| LCH | lch(76.1 45.5 307.0) |
| OKLCH | oklch(0.805 0.118 301.7) |
Copy-ready code
/* CSS */
color: #cdadff;
background-color: #cdadff;
/* Tailwind (arbitrary) */
class="text-[#cdadff] bg-[#cdadff]"
/* SCSS */
$brand: #cdadff;
/* SwiftUI */
Color(red: 0.804, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#cdadff")Accessibility — WCAG contrast
Aa
#cdadff on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdadff on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green67.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cdadff text on a black background
contrast 11.02:1
Card sample
#cdadff text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdadff;
Background color
Panel with #cdadff background
background-color: #cdadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdadff; background: linear-gradient(135deg, #cdadff, #FFADFA);