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