#cf093c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 9, 60
HSL
345°, 92%, 42%
CMYK
0, 96, 71, 19
Luminance
0.1379
Every format
| HEX | #cf093c |
| RGB | rgb(207, 9, 60) |
| HSL | hsl(345, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 71%, 19%) |
| LAB | lab(43.9 68.9 29.3) |
| LCH | lch(43.9 74.9 23.0) |
| OKLCH | oklch(0.544 0.215 18.3) |
Copy-ready code
/* CSS */
color: #cf093c;
background-color: #cf093c;
/* Tailwind (arbitrary) */
class="text-[#cf093c] bg-[#cf093c]"
/* SCSS */
$brand: #cf093c;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.235)
/* Android */
Color.parseColor("#cf093c")Accessibility — WCAG contrast
Aa
#cf093c on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf093c on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow71.0%
Key (black)18.8%
Color previews
#cf093c text on a black background
contrast 3.76:1
Card sample
#cf093c text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf093c;
Background color
Panel with #cf093c background
background-color: #cf093c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf093c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf093c; background: linear-gradient(135deg, #cf093c, #CF5A09);