#cd35eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 53, 235
HSL
290°, 82%, 57%
CMYK
13, 77, 0, 8
Luminance
0.2152
Every format
| HEX | #cd35eb |
| RGB | rgb(205, 53, 235) |
| HSL | hsl(290, 82%, 57%) |
| CMYK | cmyk(13%, 77%, 0%, 8%) |
| LAB | lab(53.5 79.5 -61.0) |
| LCH | lch(53.5 100.2 322.5) |
| OKLCH | oklch(0.635 0.268 320.2) |
Copy-ready code
/* CSS */
color: #cd35eb;
background-color: #cd35eb;
/* Tailwind (arbitrary) */
class="text-[#cd35eb] bg-[#cd35eb]"
/* SCSS */
$brand: #cd35eb;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#cd35eb")Accessibility — WCAG contrast
Aa
#cd35eb on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd35eb on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta77.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cd35eb text on a black background
contrast 5.30:1
Card sample
#cd35eb text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd35eb;
Background color
Panel with #cd35eb background
background-color: #cd35eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd35eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd35eb; background: linear-gradient(135deg, #cd35eb, #EB3590);