#f1a641
a balanced, electric orange · warm · closest name: peru
RGB
241, 166, 65
HSL
34°, 86%, 60%
CMYK
0, 31, 73, 6
Luminance
0.4635
Every format
| HEX | #f1a641 |
| RGB | rgb(241, 166, 65) |
| HSL | hsl(34, 86%, 60%) |
| CMYK | cmyk(0%, 31%, 73%, 6%) |
| LAB | lab(73.8 19.0 60.9) |
| LCH | lch(73.8 63.8 72.7) |
| OKLCH | oklch(0.781 0.143 70.5) |
Copy-ready code
/* CSS */
color: #f1a641;
background-color: #f1a641;
/* Tailwind (arbitrary) */
class="text-[#f1a641] bg-[#f1a641]"
/* SCSS */
$brand: #f1a641;
/* SwiftUI */
Color(red: 0.945, green: 0.651, blue: 0.255)
/* Android */
Color.parseColor("#f1a641")Accessibility — WCAG contrast
Aa
#f1a641 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1a641 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green65.1%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta31.1%
Yellow73.0%
Key (black)5.5%
Color previews
#f1a641 text on a black background
contrast 10.27:1
Card sample
#f1a641 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1a641;
Background color
Panel with #f1a641 background
background-color: #f1a641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1a641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 166, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 166, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1a641; background: linear-gradient(135deg, #f1a641, #C7F141);