#cdafee
a light, vivid violet · warm · closest name: plum
RGB
205, 175, 238
HSL
269°, 65%, 81%
CMYK
14, 27, 0, 7
Luminance
0.4981
Every format
| HEX | #cdafee |
| RGB | rgb(205, 175, 238) |
| HSL | hsl(269, 65%, 81%) |
| CMYK | cmyk(14%, 27%, 0%, 7%) |
| LAB | lab(76.0 22.6 -27.4) |
| LCH | lch(76.0 35.6 309.5) |
| OKLCH | oklch(0.801 0.093 306.1) |
Copy-ready code
/* CSS */
color: #cdafee;
background-color: #cdafee;
/* Tailwind (arbitrary) */
class="text-[#cdafee] bg-[#cdafee]"
/* SCSS */
$brand: #cdafee;
/* SwiftUI */
Color(red: 0.804, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#cdafee")Accessibility — WCAG contrast
Aa
#cdafee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdafee on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green68.6%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cdafee text on a black background
contrast 10.96:1
Card sample
#cdafee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdafee;
Background color
Panel with #cdafee background
background-color: #cdafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdafee; background: linear-gradient(135deg, #cdafee, #EEAFE5);