#cd35f3
a balanced, electric violet · warm · closest name: magenta
RGB
205, 53, 243
HSL
288°, 89%, 58%
CMYK
16, 78, 0, 5
Luminance
0.2200
Every format
| HEX | #cd35f3 |
| RGB | rgb(205, 53, 243) |
| HSL | hsl(288, 89%, 58%) |
| CMYK | cmyk(16%, 78%, 0%, 5%) |
| LAB | lab(54.0 80.9 -64.7) |
| LCH | lch(54.0 103.6 321.3) |
| OKLCH | oklch(0.640 0.274 318.4) |
Copy-ready code
/* CSS */
color: #cd35f3;
background-color: #cd35f3;
/* Tailwind (arbitrary) */
class="text-[#cd35f3] bg-[#cd35f3]"
/* SCSS */
$brand: #cd35f3;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.953)
/* Android */
Color.parseColor("#cd35f3")Accessibility — WCAG contrast
Aa
#cd35f3 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd35f3 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta78.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cd35f3 text on a black background
contrast 5.40:1
Card sample
#cd35f3 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd35f3;
Background color
Panel with #cd35f3 background
background-color: #cd35f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd35f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd35f3; background: linear-gradient(135deg, #cd35f3, #F3359A);