#cf293a
a balanced, vivid red · warm · closest name: crimson
RGB
207, 41, 58
HSL
354°, 67%, 49%
CMYK
0, 80, 72, 19
Luminance
0.1516
Every format
| HEX | #cf293a |
| RGB | rgb(207, 41, 58) |
| HSL | hsl(354, 67%, 49%) |
| CMYK | cmyk(0%, 80%, 72%, 19%) |
| LAB | lab(45.9 63.3 32.8) |
| LCH | lch(45.9 71.2 27.4) |
| OKLCH | oklch(0.558 0.200 22.0) |
Copy-ready code
/* CSS */
color: #cf293a;
background-color: #cf293a;
/* Tailwind (arbitrary) */
class="text-[#cf293a] bg-[#cf293a]"
/* SCSS */
$brand: #cf293a;
/* SwiftUI */
Color(red: 0.812, green: 0.161, blue: 0.227)
/* Android */
Color.parseColor("#cf293a")Accessibility — WCAG contrast
Aa
#cf293a on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf293a on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green16.1%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow72.0%
Key (black)18.8%
Color previews
#cf293a text on a black background
contrast 4.03:1
Card sample
#cf293a text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf293a;
Background color
Panel with #cf293a background
background-color: #cf293a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf293a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 41, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 41, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf293a; background: linear-gradient(135deg, #cf293a, #CF8729);