#cd35ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 53, 255
HSL
285°, 100%, 60%
CMYK
20, 79, 0, 0
Luminance
0.2275
Every format
| HEX | #cd35ff |
| RGB | rgb(205, 53, 255) |
| HSL | hsl(285, 100%, 60%) |
| CMYK | cmyk(20%, 79%, 0%, 0%) |
| LAB | lab(54.8 83.0 -70.1) |
| LCH | lch(54.8 108.7 319.8) |
| OKLCH | oklch(0.648 0.283 315.7) |
Copy-ready code
/* CSS */
color: #cd35ff;
background-color: #cd35ff;
/* Tailwind (arbitrary) */
class="text-[#cd35ff] bg-[#cd35ff]"
/* SCSS */
$brand: #cd35ff;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 1.000)
/* Android */
Color.parseColor("#cd35ff")Accessibility — WCAG contrast
Aa
#cd35ff on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd35ff on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta79.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cd35ff text on a black background
contrast 5.55:1
Card sample
#cd35ff text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd35ff;
Background color
Panel with #cd35ff background
background-color: #cd35ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd35ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd35ff; background: linear-gradient(135deg, #cd35ff, #FF35AB);