#f3a621
a balanced, electric orange · warm · closest name: orange
RGB
243, 166, 33
HSL
38°, 90%, 54%
CMYK
0, 32, 86, 5
Luminance
0.4644
Every format
| HEX | #f3a621 |
| RGB | rgb(243, 166, 33) |
| HSL | hsl(38, 90%, 54%) |
| CMYK | cmyk(0%, 32%, 86%, 5%) |
| LAB | lab(73.8 18.8 72.1) |
| LCH | lch(73.8 74.5 75.4) |
| OKLCH | oklch(0.781 0.158 73.9) |
Copy-ready code
/* CSS */
color: #f3a621;
background-color: #f3a621;
/* Tailwind (arbitrary) */
class="text-[#f3a621] bg-[#f3a621]"
/* SCSS */
$brand: #f3a621;
/* SwiftUI */
Color(red: 0.953, green: 0.651, blue: 0.129)
/* Android */
Color.parseColor("#f3a621")Accessibility — WCAG contrast
Aa
#f3a621 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3a621 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green65.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow86.4%
Key (black)4.7%
Color previews
#f3a621 text on a black background
contrast 10.29:1
Card sample
#f3a621 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3a621;
Background color
Panel with #f3a621 background
background-color: #f3a621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3a621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 166, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 166, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3a621; background: linear-gradient(135deg, #f3a621, #B4F321);