#f76b2f
a balanced, electric orange · warm · closest name: coral
RGB
247, 107, 47
HSL
18°, 93%, 58%
CMYK
0, 57, 81, 3
Luminance
0.3049
Every format
| HEX | #f76b2f |
| RGB | rgb(247, 107, 47) |
| HSL | hsl(18, 93%, 58%) |
| CMYK | cmyk(0%, 57%, 81%, 3%) |
| LAB | lab(62.1 50.6 57.5) |
| LCH | lch(62.1 76.6 48.6) |
| OKLCH | oklch(0.692 0.186 41.3) |
Copy-ready code
/* CSS */
color: #f76b2f;
background-color: #f76b2f;
/* Tailwind (arbitrary) */
class="text-[#f76b2f] bg-[#f76b2f]"
/* SCSS */
$brand: #f76b2f;
/* SwiftUI */
Color(red: 0.969, green: 0.420, blue: 0.184)
/* Android */
Color.parseColor("#f76b2f")Accessibility — WCAG contrast
Aa
#f76b2f on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76b2f on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta56.7%
Yellow81.0%
Key (black)3.1%
Color previews
#f76b2f text on a black background
contrast 7.10:1
Card sample
#f76b2f text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76b2f;
Background color
Panel with #f76b2f background
background-color: #f76b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 107, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 107, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76b2f; background: linear-gradient(135deg, #f76b2f, #F7F02F);