#f1ba91
a light, electric orange · warm · closest name: tan
RGB
241, 186, 145
HSL
26°, 77%, 76%
CMYK
0, 23, 40, 6
Luminance
0.5586
Every format
| HEX | #f1ba91 |
| RGB | rgb(241, 186, 145) |
| HSL | hsl(26, 77%, 76%) |
| CMYK | cmyk(0%, 23%, 40%, 6%) |
| LAB | lab(79.5 14.6 28.4) |
| LCH | lch(79.5 31.9 62.8) |
| OKLCH | oklch(0.829 0.084 58.0) |
Copy-ready code
/* CSS */
color: #f1ba91;
background-color: #f1ba91;
/* Tailwind (arbitrary) */
class="text-[#f1ba91] bg-[#f1ba91]"
/* SCSS */
$brand: #f1ba91;
/* SwiftUI */
Color(red: 0.945, green: 0.729, blue: 0.569)
/* Android */
Color.parseColor("#f1ba91")Accessibility — WCAG contrast
Aa
#f1ba91 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ba91 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green72.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow39.8%
Key (black)5.5%
Color previews
#f1ba91 text on a black background
contrast 12.17:1
Card sample
#f1ba91 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ba91;
Background color
Panel with #f1ba91 background
background-color: #f1ba91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ba91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 186, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 186, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ba91; background: linear-gradient(135deg, #f1ba91, #E8F191);