#cd02d3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 2, 211
HSL
298°, 98%, 42%
CMYK
3, 99, 0, 17
Luminance
0.1773
Every format
| HEX | #cd02d3 |
| RGB | rgb(205, 2, 211) |
| HSL | hsl(298, 98%, 42%) |
| CMYK | cmyk(3%, 99%, 0%, 17%) |
| LAB | lab(49.2 84.0 -54.4) |
| LCH | lch(49.2 100.1 327.1) |
| OKLCH | oklch(0.599 0.277 326.8) |
Copy-ready code
/* CSS */
color: #cd02d3;
background-color: #cd02d3;
/* Tailwind (arbitrary) */
class="text-[#cd02d3] bg-[#cd02d3]"
/* SCSS */
$brand: #cd02d3;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.827)
/* Android */
Color.parseColor("#cd02d3")Accessibility — WCAG contrast
Aa
#cd02d3 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd02d3 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue82.7%
CMYK percentages
Cyan2.8%
Magenta99.1%
Yellow0.0%
Key (black)17.3%
Color previews
#cd02d3 text on a black background
contrast 4.55:1
Card sample
#cd02d3 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02d3;
Background color
Panel with #cd02d3 background
background-color: #cd02d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02d3; background: linear-gradient(135deg, #cd02d3, #D3024E);