#f3a720
a balanced, electric orange · warm · closest name: orange
RGB
243, 167, 32
HSL
38°, 90%, 54%
CMYK
0, 31, 87, 5
Luminance
0.4680
Every format
| HEX | #f3a720 |
| RGB | rgb(243, 167, 32) |
| HSL | hsl(38, 90%, 54%) |
| CMYK | cmyk(0%, 31%, 87%, 5%) |
| LAB | lab(74.1 18.2 72.5) |
| LCH | lch(74.1 74.8 75.9) |
| OKLCH | oklch(0.783 0.159 74.6) |
Copy-ready code
/* CSS */
color: #f3a720;
background-color: #f3a720;
/* Tailwind (arbitrary) */
class="text-[#f3a720] bg-[#f3a720]"
/* SCSS */
$brand: #f3a720;
/* SwiftUI */
Color(red: 0.953, green: 0.655, blue: 0.125)
/* Android */
Color.parseColor("#f3a720")Accessibility — WCAG contrast
Aa
#f3a720 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3a720 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green65.5%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta31.3%
Yellow86.8%
Key (black)4.7%
Color previews
#f3a720 text on a black background
contrast 10.36:1
Card sample
#f3a720 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3a720;
Background color
Panel with #f3a720 background
background-color: #f3a720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3a720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 167, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 167, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3a720; background: linear-gradient(135deg, #f3a720, #B2F320);