#cd02db
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 2, 219
HSL
296°, 98%, 43%
CMYK
6, 99, 0, 14
Luminance
0.1814
Every format
| HEX | #cd02db |
| RGB | rgb(205, 2, 219) |
| HSL | hsl(296, 98%, 43%) |
| CMYK | cmyk(6%, 99%, 0%, 14%) |
| LAB | lab(49.7 85.3 -58.2) |
| LCH | lch(49.7 103.2 325.7) |
| OKLCH | oklch(0.604 0.282 324.8) |
Copy-ready code
/* CSS */
color: #cd02db;
background-color: #cd02db;
/* Tailwind (arbitrary) */
class="text-[#cd02db] bg-[#cd02db]"
/* SCSS */
$brand: #cd02db;
/* SwiftUI */
Color(red: 0.804, green: 0.008, blue: 0.859)
/* Android */
Color.parseColor("#cd02db")Accessibility — WCAG contrast
Aa
#cd02db on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd02db on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.8%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta99.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cd02db text on a black background
contrast 4.63:1
Card sample
#cd02db text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd02db;
Background color
Panel with #cd02db background
background-color: #cd02db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd02db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 2, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 2, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd02db; background: linear-gradient(135deg, #cd02db, #DB0258);