#f4a720
a balanced, electric orange · warm · closest name: orange
RGB
244, 167, 32
HSL
38°, 91%, 54%
CMYK
0, 32, 87, 4
Luminance
0.4697
Every format
| HEX | #f4a720 |
| RGB | rgb(244, 167, 32) |
| HSL | hsl(38, 91%, 54%) |
| CMYK | cmyk(0%, 32%, 87%, 4%) |
| LAB | lab(74.2 18.6 72.7) |
| LCH | lch(74.2 75.0 75.6) |
| OKLCH | oklch(0.784 0.159 74.2) |
Copy-ready code
/* CSS */
color: #f4a720;
background-color: #f4a720;
/* Tailwind (arbitrary) */
class="text-[#f4a720] bg-[#f4a720]"
/* SCSS */
$brand: #f4a720;
/* SwiftUI */
Color(red: 0.957, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#f4a720")Accessibility — WCAG contrast
Aa
#f4a720 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4a720 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow86.9%
Key (black)4.3%
Color previews
#f4a720 text on a black background
contrast 10.39:1
Card sample
#f4a720 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4a720;
Background color
Panel with #f4a720 background
background-color: #f4a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4a720; background: linear-gradient(135deg, #f4a720, #B4F420);