#cd5eef
a light, electric violet · warm · closest name: violet
RGB
205, 94, 239
HSL
286°, 82%, 65%
CMYK
14, 61, 0, 6
Luminance
0.2722
Every format
| HEX | #cd5eef |
| RGB | rgb(205, 94, 239) |
| HSL | hsl(286, 82%, 65%) |
| CMYK | cmyk(14%, 61%, 0%, 6%) |
| LAB | lab(59.2 65.0 -54.2) |
| LCH | lch(59.2 84.6 320.2) |
| OKLCH | oklch(0.676 0.224 317.5) |
Copy-ready code
/* CSS */
color: #cd5eef;
background-color: #cd5eef;
/* Tailwind (arbitrary) */
class="text-[#cd5eef] bg-[#cd5eef]"
/* SCSS */
$brand: #cd5eef;
/* SwiftUI */
Color(red: 0.804, green: 0.369, blue: 0.937)
/* Android */
Color.parseColor("#cd5eef")Accessibility — WCAG contrast
Aa
#cd5eef on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5eef on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.9%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta60.7%
Yellow0.0%
Key (black)6.3%
Color previews
#cd5eef text on a black background
contrast 6.44:1
Card sample
#cd5eef text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5eef;
Background color
Panel with #cd5eef background
background-color: #cd5eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 94, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 94, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5eef; background: linear-gradient(135deg, #cd5eef, #EF5EB0);