#f1a521
a balanced, electric orange · warm · closest name: orange
RGB
241, 165, 33
HSL
38°, 88%, 54%
CMYK
0, 32, 86, 6
Luminance
0.4572
Every format
| HEX | #f1a521 |
| RGB | rgb(241, 165, 33) |
| HSL | hsl(38, 88%, 54%) |
| CMYK | cmyk(0%, 32%, 86%, 6%) |
| LAB | lab(73.4 18.4 71.6) |
| LCH | lch(73.4 74.0 75.6) |
| OKLCH | oklch(0.777 0.157 74.1) |
Copy-ready code
/* CSS */
color: #f1a521;
background-color: #f1a521;
/* Tailwind (arbitrary) */
class="text-[#f1a521] bg-[#f1a521]"
/* SCSS */
$brand: #f1a521;
/* SwiftUI */
Color(red: 0.945, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#f1a521")Accessibility — WCAG contrast
Aa
#f1a521 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a521 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow86.3%
Key (black)5.5%
Color previews
#f1a521 text on a black background
contrast 10.14:1
Card sample
#f1a521 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a521;
Background color
Panel with #f1a521 background
background-color: #f1a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a521; background: linear-gradient(135deg, #f1a521, #B2F121);