#cd00ba
a dark, electric magenta / pink · warm · closest name: magenta
RGB
205, 0, 186
HSL
306°, 100%, 40%
CMYK
0, 100, 9, 20
Luminance
0.1652
Every format
| HEX | #cd00ba |
| RGB | rgb(205, 0, 186) |
| HSL | hsl(306, 100%, 40%) |
| CMYK | cmyk(0%, 100%, 9%, 20%) |
| LAB | lab(47.7 80.7 -42.3) |
| LCH | lch(47.7 91.1 332.3) |
| OKLCH | oklch(0.584 0.262 333.6) |
Copy-ready code
/* CSS */
color: #cd00ba;
background-color: #cd00ba;
/* Tailwind (arbitrary) */
class="text-[#cd00ba] bg-[#cd00ba]"
/* SCSS */
$brand: #cd00ba;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.729)
/* Android */
Color.parseColor("#cd00ba")Accessibility — WCAG contrast
Aa
#cd00ba on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd00ba on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow9.3%
Key (black)19.6%
Color previews
#cd00ba text on a black background
contrast 4.30:1
Card sample
#cd00ba text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd00ba;
Background color
Panel with #cd00ba background
background-color: #cd00ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd00ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd00ba; background: linear-gradient(135deg, #cd00ba, #CD0031);