#f97b00
a balanced, electric orange · warm · closest name: chocolate
RGB
249, 123, 0
HSL
30°, 100%, 49%
CMYK
0, 51, 100, 2
Luminance
0.3431
Every format
| HEX | #f97b00 |
| RGB | rgb(249, 123, 0) |
| HSL | hsl(30, 100%, 49%) |
| CMYK | cmyk(0%, 51%, 100%, 2%) |
| LAB | lab(65.2 43.0 72.5) |
| LCH | lch(65.2 84.3 59.3) |
| OKLCH | oklch(0.716 0.184 52.2) |
Copy-ready code
/* CSS */
color: #f97b00;
background-color: #f97b00;
/* Tailwind (arbitrary) */
class="text-[#f97b00] bg-[#f97b00]"
/* SCSS */
$brand: #f97b00;
/* SwiftUI */
Color(red: 0.976, green: 0.482, blue: 0.000)
/* Android */
Color.parseColor("#f97b00")Accessibility — WCAG contrast
Aa
#f97b00 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97b00 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow100.0%
Key (black)2.4%
Color previews
#f97b00 text on a black background
contrast 7.86:1
Card sample
#f97b00 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97b00;
Background color
Panel with #f97b00 background
background-color: #f97b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 123, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 123, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97b00; background: linear-gradient(135deg, #f97b00, #D1F900);