#f1b477
a light, electric orange · warm · closest name: tan
RGB
241, 180, 119
HSL
30°, 81%, 71%
CMYK
0, 25, 51, 6
Luminance
0.5268
Every format
| HEX | #f1b477 |
| RGB | rgb(241, 180, 119) |
| HSL | hsl(30, 81%, 71%) |
| CMYK | cmyk(0%, 25%, 51%, 6%) |
| LAB | lab(77.7 15.2 39.6) |
| LCH | lch(77.7 42.4 69.0) |
| OKLCH | oklch(0.813 0.105 65.4) |
Copy-ready code
/* CSS */
color: #f1b477;
background-color: #f1b477;
/* Tailwind (arbitrary) */
class="text-[#f1b477] bg-[#f1b477]"
/* SCSS */
$brand: #f1b477;
/* SwiftUI */
Color(red: 0.945, green: 0.706, blue: 0.467)
/* Android */
Color.parseColor("#f1b477")Accessibility — WCAG contrast
Aa
#f1b477 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b477 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green70.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow50.6%
Key (black)5.5%
Color previews
#f1b477 text on a black background
contrast 11.54:1
Card sample
#f1b477 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b477;
Background color
Panel with #f1b477 background
background-color: #f1b477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 180, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 180, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b477; background: linear-gradient(135deg, #f1b477, #DDF177);