#f1ab74
a light, electric orange · warm · closest name: peru
RGB
241, 171, 116
HSL
26°, 82%, 70%
CMYK
0, 29, 52, 6
Luminance
0.4909
Every format
| HEX | #f1ab74 |
| RGB | rgb(241, 171, 116) |
| HSL | hsl(26, 82%, 70%) |
| CMYK | cmyk(0%, 29%, 52%, 6%) |
| LAB | lab(75.5 19.7 38.4) |
| LCH | lch(75.5 43.1 62.9) |
| OKLCH | oklch(0.796 0.109 58.5) |
Copy-ready code
/* CSS */
color: #f1ab74;
background-color: #f1ab74;
/* Tailwind (arbitrary) */
class="text-[#f1ab74] bg-[#f1ab74]"
/* SCSS */
$brand: #f1ab74;
/* SwiftUI */
Color(red: 0.945, green: 0.671, blue: 0.455)
/* Android */
Color.parseColor("#f1ab74")Accessibility — WCAG contrast
Aa
#f1ab74 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ab74 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.1%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow51.9%
Key (black)5.5%
Color previews
#f1ab74 text on a black background
contrast 10.82:1
Card sample
#f1ab74 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ab74;
Background color
Panel with #f1ab74 background
background-color: #f1ab74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ab74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 171, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 171, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ab74; background: linear-gradient(135deg, #f1ab74, #E4F174);