#ca103f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
202, 16, 63
HSL
345°, 85%, 43%
CMYK
0, 92, 69, 21
Luminance
0.1329
Every format
| HEX | #ca103f |
| RGB | rgb(202, 16, 63) |
| HSL | hsl(345, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 69%, 21%) |
| LAB | lab(43.2 67.1 26.3) |
| LCH | lch(43.2 72.0 21.4) |
| OKLCH | oklch(0.537 0.208 17.1) |
Copy-ready code
/* CSS */
color: #ca103f;
background-color: #ca103f;
/* Tailwind (arbitrary) */
class="text-[#ca103f] bg-[#ca103f]"
/* SCSS */
$brand: #ca103f;
/* SwiftUI */
Color(red: 0.792, green: 0.063, blue: 0.247)
/* Android */
Color.parseColor("#ca103f")Accessibility — WCAG contrast
Aa
#ca103f on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca103f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green6.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow68.8%
Key (black)20.8%
Color previews
#ca103f text on a black background
contrast 3.66:1
Card sample
#ca103f text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca103f;
Background color
Panel with #ca103f background
background-color: #ca103f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca103f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 16, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 16, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca103f; background: linear-gradient(135deg, #ca103f, #CA5D10);