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