#cf2d00
a dark, electric red · warm · closest name: tomato
RGB
207, 45, 0
HSL
13°, 100%, 41%
CMYK
0, 78, 100, 19
Luminance
0.1514
Every format
| HEX | #cf2d00 |
| RGB | rgb(207, 45, 0) |
| HSL | hsl(13, 100%, 41%) |
| CMYK | cmyk(0%, 78%, 100%, 19%) |
| LAB | lab(45.8 60.8 58.5) |
| LCH | lch(45.8 84.4 43.9) |
| OKLCH | oklch(0.556 0.202 33.6) |
Copy-ready code
/* CSS */
color: #cf2d00;
background-color: #cf2d00;
/* Tailwind (arbitrary) */
class="text-[#cf2d00] bg-[#cf2d00]"
/* SCSS */
$brand: #cf2d00;
/* SwiftUI */
Color(red: 0.812, green: 0.176, blue: 0.000)
/* Android */
Color.parseColor("#cf2d00")Accessibility — WCAG contrast
Aa
#cf2d00 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2d00 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green17.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow100.0%
Key (black)18.8%
Color previews
#cf2d00 text on a black background
contrast 4.03:1
Card sample
#cf2d00 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2d00;
Background color
Panel with #cf2d00 background
background-color: #cf2d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 45, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 45, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2d00; background: linear-gradient(135deg, #cf2d00, #CFB700);