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