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