#cf094b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
207, 9, 75
HSL
340°, 92%, 42%
CMYK
0, 96, 64, 19
Luminance
0.1397
Every format
| HEX | #cf094b |
| RGB | rgb(207, 9, 75) |
| HSL | hsl(340, 92%, 42%) |
| CMYK | cmyk(0%, 96%, 64%, 19%) |
| LAB | lab(44.2 69.6 20.3) |
| LCH | lch(44.2 72.5 16.2) |
| OKLCH | oklch(0.546 0.215 13.2) |
Copy-ready code
/* CSS */
color: #cf094b;
background-color: #cf094b;
/* Tailwind (arbitrary) */
class="text-[#cf094b] bg-[#cf094b]"
/* SCSS */
$brand: #cf094b;
/* SwiftUI */
Color(red: 0.812, green: 0.035, blue: 0.294)
/* Android */
Color.parseColor("#cf094b")Accessibility — WCAG contrast
Aa
#cf094b on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf094b on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green3.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow63.8%
Key (black)18.8%
Color previews
#cf094b text on a black background
contrast 3.79:1
Card sample
#cf094b text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf094b;
Background color
Panel with #cf094b background
background-color: #cf094b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf094b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 9, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 9, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf094b; background: linear-gradient(135deg, #cf094b, #CF4B09);