#f1b080
a light, electric orange · warm · closest name: tan
RGB
241, 176, 128
HSL
26°, 80%, 72%
CMYK
0, 27, 47, 6
Luminance
0.5131
Every format
| HEX | #f1b080 |
| RGB | rgb(241, 176, 128) |
| HSL | hsl(26, 80%, 72%) |
| CMYK | cmyk(0%, 27%, 47%, 6%) |
| LAB | lab(76.9 18.1 33.9) |
| LCH | lch(76.9 38.4 61.9) |
| OKLCH | oklch(0.807 0.099 57.2) |
Copy-ready code
/* CSS */
color: #f1b080;
background-color: #f1b080;
/* Tailwind (arbitrary) */
class="text-[#f1b080] bg-[#f1b080]"
/* SCSS */
$brand: #f1b080;
/* SwiftUI */
Color(red: 0.945, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#f1b080")Accessibility — WCAG contrast
Aa
#f1b080 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b080 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow46.9%
Key (black)5.5%
Color previews
#f1b080 text on a black background
contrast 11.26:1
Card sample
#f1b080 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b080;
Background color
Panel with #f1b080 background
background-color: #f1b080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b080; background: linear-gradient(135deg, #f1b080, #E7F180);