#cd08cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 8, 203
HSL
301°, 93%, 42%
CMYK
0, 96, 1, 20
Luminance
0.1746
Every format
| HEX | #cd08cb |
| RGB | rgb(205, 8, 203) |
| HSL | hsl(301, 93%, 42%) |
| CMYK | cmyk(0%, 96%, 1%, 20%) |
| LAB | lab(48.8 82.4 -50.3) |
| LCH | lch(48.8 96.5 328.6) |
| OKLCH | oklch(0.596 0.270 328.9) |
Copy-ready code
/* CSS */
color: #cd08cb;
background-color: #cd08cb;
/* Tailwind (arbitrary) */
class="text-[#cd08cb] bg-[#cd08cb]"
/* SCSS */
$brand: #cd08cb;
/* SwiftUI */
Color(red: 0.804, green: 0.031, blue: 0.796)
/* Android */
Color.parseColor("#cd08cb")Accessibility — WCAG contrast
Aa
#cd08cb on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd08cb on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta96.1%
Yellow1.0%
Key (black)19.6%
Color previews
#cd08cb text on a black background
contrast 4.49:1
Card sample
#cd08cb text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd08cb;
Background color
Panel with #cd08cb background
background-color: #cd08cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd08cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 8, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 8, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd08cb; background: linear-gradient(135deg, #cd08cb, #CD0848);