#cd35da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 53, 218
HSL
295°, 69%, 53%
CMYK
6, 76, 0, 15
Luminance
0.2059
Every format
| HEX | #cd35da |
| RGB | rgb(205, 53, 218) |
| HSL | hsl(295, 69%, 53%) |
| CMYK | cmyk(6%, 76%, 0%, 15%) |
| LAB | lab(52.5 76.6 -53.0) |
| LCH | lch(52.5 93.2 325.3) |
| OKLCH | oklch(0.624 0.255 324.5) |
Copy-ready code
/* CSS */
color: #cd35da;
background-color: #cd35da;
/* Tailwind (arbitrary) */
class="text-[#cd35da] bg-[#cd35da]"
/* SCSS */
$brand: #cd35da;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.855)
/* Android */
Color.parseColor("#cd35da")Accessibility — WCAG contrast
Aa
#cd35da on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd35da on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta75.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cd35da text on a black background
contrast 5.12:1
Card sample
#cd35da text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd35da;
Background color
Panel with #cd35da background
background-color: #cd35da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd35da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd35da; background: linear-gradient(135deg, #cd35da, #DA3579);