#ca0bc9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
202, 11, 201
HSL
300°, 90%, 42%
CMYK
0, 95, 1, 21
Luminance
0.1701
Every format
| HEX | #ca0bc9 |
| RGB | rgb(202, 11, 201) |
| HSL | hsl(300, 90%, 42%) |
| CMYK | cmyk(0%, 95%, 1%, 21%) |
| LAB | lab(48.3 81.4 -50.1) |
| LCH | lch(48.3 95.5 328.4) |
| OKLCH | oklch(0.590 0.267 328.6) |
Copy-ready code
/* CSS */
color: #ca0bc9;
background-color: #ca0bc9;
/* Tailwind (arbitrary) */
class="text-[#ca0bc9] bg-[#ca0bc9]"
/* SCSS */
$brand: #ca0bc9;
/* SwiftUI */
Color(red: 0.792, green: 0.043, blue: 0.788)
/* Android */
Color.parseColor("#ca0bc9")Accessibility — WCAG contrast
Aa
#ca0bc9 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca0bc9 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green4.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow0.5%
Key (black)20.8%
Color previews
#ca0bc9 text on a black background
contrast 4.40:1
Card sample
#ca0bc9 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca0bc9;
Background color
Panel with #ca0bc9 background
background-color: #ca0bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca0bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 11, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 11, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca0bc9; background: linear-gradient(135deg, #ca0bc9, #CA0B4A);