#cd5fee
a light, electric violet · warm · closest name: violet
RGB
205, 95, 238
HSL
286°, 81%, 65%
CMYK
14, 60, 0, 7
Luminance
0.2734
Every format
| HEX | #cd5fee |
| RGB | rgb(205, 95, 238) |
| HSL | hsl(286, 81%, 65%) |
| CMYK | cmyk(14%, 60%, 0%, 7%) |
| LAB | lab(59.3 64.3 -53.5) |
| LCH | lch(59.3 83.7 320.3) |
| OKLCH | oklch(0.677 0.222 317.7) |
Copy-ready code
/* CSS */
color: #cd5fee;
background-color: #cd5fee;
/* Tailwind (arbitrary) */
class="text-[#cd5fee] bg-[#cd5fee]"
/* SCSS */
$brand: #cd5fee;
/* SwiftUI */
Color(red: 0.804, green: 0.373, blue: 0.933)
/* Android */
Color.parseColor("#cd5fee")Accessibility — WCAG contrast
Aa
#cd5fee on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5fee on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green37.3%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta60.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cd5fee text on a black background
contrast 6.47:1
Card sample
#cd5fee text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5fee;
Background color
Panel with #cd5fee background
background-color: #cd5fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 95, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 95, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5fee; background: linear-gradient(135deg, #cd5fee, #EE5FB0);