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