#cf481b
a balanced, electric orange · warm · closest name: tomato
RGB
207, 72, 27
HSL
15°, 77%, 46%
CMYK
0, 65, 87, 19
Luminance
0.1798
Every format
| HEX | #cf481b |
| RGB | rgb(207, 72, 27) |
| HSL | hsl(15, 77%, 46%) |
| CMYK | cmyk(0%, 65%, 87%, 19%) |
| LAB | lab(49.5 51.5 52.4) |
| LCH | lch(49.5 73.4 45.5) |
| OKLCH | oklch(0.584 0.179 37.2) |
Copy-ready code
/* CSS */
color: #cf481b;
background-color: #cf481b;
/* Tailwind (arbitrary) */
class="text-[#cf481b] bg-[#cf481b]"
/* SCSS */
$brand: #cf481b;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.106)
/* Android */
Color.parseColor("#cf481b")Accessibility — WCAG contrast
Aa
#cf481b on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf481b on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow87.0%
Key (black)18.8%
Color previews
#cf481b text on a black background
contrast 4.60:1
Card sample
#cf481b text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf481b;
Background color
Panel with #cf481b background
background-color: #cf481b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf481b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf481b; background: linear-gradient(135deg, #cf481b, #CFC01B);