#cd35df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 53, 223
HSL
294°, 73%, 54%
CMYK
8, 76, 0, 13
Luminance
0.2085
Every format
| HEX | #cd35df |
| RGB | rgb(205, 53, 223) |
| HSL | hsl(294, 73%, 54%) |
| CMYK | cmyk(8%, 76%, 0%, 13%) |
| LAB | lab(52.8 77.5 -55.4) |
| LCH | lch(52.8 95.2 324.4) |
| OKLCH | oklch(0.627 0.259 323.2) |
Copy-ready code
/* CSS */
color: #cd35df;
background-color: #cd35df;
/* Tailwind (arbitrary) */
class="text-[#cd35df] bg-[#cd35df]"
/* SCSS */
$brand: #cd35df;
/* SwiftUI */
Color(red: 0.804, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#cd35df")Accessibility — WCAG contrast
Aa
#cd35df on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd35df on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.8%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cd35df text on a black background
contrast 5.17:1
Card sample
#cd35df text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd35df;
Background color
Panel with #cd35df background
background-color: #cd35df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd35df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd35df; background: linear-gradient(135deg, #cd35df, #DF3580);