#f7b331
a balanced, electric orange · warm · closest name: orange
RGB
247, 179, 49
HSL
39°, 93%, 58%
CMYK
0, 28, 80, 3
Luminance
0.5224
Every format
| HEX | #f7b331 |
| RGB | rgb(247, 179, 49) |
| HSL | hsl(39, 93%, 58%) |
| CMYK | cmyk(0%, 28%, 80%, 3%) |
| LAB | lab(77.4 14.1 70.6) |
| LCH | lch(77.4 72.0 78.7) |
| OKLCH | oklch(0.810 0.155 78.3) |
Copy-ready code
/* CSS */
color: #f7b331;
background-color: #f7b331;
/* Tailwind (arbitrary) */
class="text-[#f7b331] bg-[#f7b331]"
/* SCSS */
$brand: #f7b331;
/* SwiftUI */
Color(red: 0.969, green: 0.702, blue: 0.192)
/* Android */
Color.parseColor("#f7b331")Accessibility — WCAG contrast
Aa
#f7b331 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b331 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green70.2%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow80.2%
Key (black)3.1%
Color previews
#f7b331 text on a black background
contrast 11.45:1
Card sample
#f7b331 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b331;
Background color
Panel with #f7b331 background
background-color: #f7b331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 179, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 179, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b331; background: linear-gradient(135deg, #f7b331, #B7F731);