#cdaeef
a light, vivid violet · warm · closest name: plum
RGB
205, 174, 239
HSL
269°, 67%, 81%
CMYK
14, 27, 0, 6
Luminance
0.4948
Every format
| HEX | #cdaeef |
| RGB | rgb(205, 174, 239) |
| HSL | hsl(269, 67%, 81%) |
| CMYK | cmyk(14%, 27%, 0%, 6%) |
| LAB | lab(75.8 23.4 -28.3) |
| LCH | lch(75.8 36.7 309.6) |
| OKLCH | oklch(0.800 0.096 306.1) |
Copy-ready code
/* CSS */
color: #cdaeef;
background-color: #cdaeef;
/* Tailwind (arbitrary) */
class="text-[#cdaeef] bg-[#cdaeef]"
/* SCSS */
$brand: #cdaeef;
/* SwiftUI */
Color(red: 0.804, green: 0.682, blue: 0.937)
/* Android */
Color.parseColor("#cdaeef")Accessibility — WCAG contrast
Aa
#cdaeef on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdaeef on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.2%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta27.2%
Yellow0.0%
Key (black)6.3%
Color previews
#cdaeef text on a black background
contrast 10.90:1
Card sample
#cdaeef text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdaeef;
Background color
Panel with #cdaeef background
background-color: #cdaeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdaeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 174, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 174, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdaeef; background: linear-gradient(135deg, #cdaeef, #EFAEE6);