#cf3602
a dark, electric orange · warm · closest name: tomato
RGB
207, 54, 2
HSL
15°, 98%, 41%
CMYK
0, 74, 99, 19
Luminance
0.1591
Every format
| HEX | #cf3602 |
| RGB | rgb(207, 54, 2) |
| HSL | hsl(15, 98%, 41%) |
| CMYK | cmyk(0%, 74%, 99%, 19%) |
| LAB | lab(46.9 58.0 58.4) |
| LCH | lch(46.9 82.3 45.2) |
| OKLCH | oklch(0.564 0.196 35.2) |
Copy-ready code
/* CSS */
color: #cf3602;
background-color: #cf3602;
/* Tailwind (arbitrary) */
class="text-[#cf3602] bg-[#cf3602]"
/* SCSS */
$brand: #cf3602;
/* SwiftUI */
Color(red: 0.812, green: 0.212, blue: 0.008)
/* Android */
Color.parseColor("#cf3602")Accessibility — WCAG contrast
Aa
#cf3602 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf3602 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green21.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow99.0%
Key (black)18.8%
Color previews
#cf3602 text on a black background
contrast 4.18:1
Card sample
#cf3602 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf3602;
Background color
Panel with #cf3602 background
background-color: #cf3602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf3602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 54, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 54, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf3602; background: linear-gradient(135deg, #cf3602, #CFBF02);