#cd096b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
205, 9, 107
HSL
330°, 92%, 42%
CMYK
0, 96, 48, 20
Luminance
0.1424
Every format
| HEX | #cd096b |
| RGB | rgb(205, 9, 107) |
| HSL | hsl(330, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 48%, 20%) |
| LAB | lab(44.6 71.3 0.7) |
| LCH | lch(44.6 71.3 0.6) |
| OKLCH | oklch(0.551 0.220 0.7) |
Copy-ready code
/* CSS */
color: #cd096b;
background-color: #cd096b;
/* Tailwind (arbitrary) */
class="text-[#cd096b] bg-[#cd096b]"
/* SCSS */
$brand: #cd096b;
/* SwiftUI */
Color(red: 0.804, green: 0.035, blue: 0.420)
/* Android */
Color.parseColor("#cd096b")Accessibility — WCAG contrast
Aa
#cd096b on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd096b on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.5%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow47.8%
Key (black)19.6%
Color previews
#cd096b text on a black background
contrast 3.85:1
Card sample
#cd096b text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd096b;
Background color
Panel with #cd096b background
background-color: #cd096b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd096b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 9, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 9, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd096b; background: linear-gradient(135deg, #cd096b, #CD2A09);