#cf3000
a dark, electric red · warm · closest name: tomato
RGB
207, 48, 0
HSL
14°, 100%, 41%
CMYK
0, 77, 100, 19
Luminance
0.1538
Every format
| HEX | #cf3000 |
| RGB | rgb(207, 48, 0) |
| HSL | hsl(14, 100%, 41%) |
| CMYK | cmyk(0%, 77%, 100%, 19%) |
| LAB | lab(46.2 59.9 58.6) |
| LCH | lch(46.2 83.8 44.4) |
| OKLCH | oklch(0.559 0.200 34.1) |
Copy-ready code
/* CSS */
color: #cf3000;
background-color: #cf3000;
/* Tailwind (arbitrary) */
class="text-[#cf3000] bg-[#cf3000]"
/* SCSS */
$brand: #cf3000;
/* SwiftUI */
Color(red: 0.812, green: 0.188, blue: 0.000)
/* Android */
Color.parseColor("#cf3000")Accessibility — WCAG contrast
Aa
#cf3000 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3000 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow100.0%
Key (black)18.8%
Color previews
#cf3000 text on a black background
contrast 4.08:1
Card sample
#cf3000 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3000;
Background color
Panel with #cf3000 background
background-color: #cf3000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 48, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 48, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3000; background: linear-gradient(135deg, #cf3000, #CFBA00);