#f1b686
a light, electric orange · warm · closest name: tan
RGB
241, 182, 134
HSL
27°, 79%, 74%
CMYK
0, 25, 44, 6
Luminance
0.5388
Every format
| HEX | #f1b686 |
| RGB | rgb(241, 182, 134) |
| HSL | hsl(27, 79%, 74%) |
| CMYK | cmyk(0%, 25%, 44%, 6%) |
| LAB | lab(78.4 15.5 32.7) |
| LCH | lch(78.4 36.2 64.6) |
| OKLCH | oklch(0.820 0.093 60.1) |
Copy-ready code
/* CSS */
color: #f1b686;
background-color: #f1b686;
/* Tailwind (arbitrary) */
class="text-[#f1b686] bg-[#f1b686]"
/* SCSS */
$brand: #f1b686;
/* SwiftUI */
Color(red: 0.945, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#f1b686")Accessibility — WCAG contrast
Aa
#f1b686 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b686 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow44.4%
Key (black)5.5%
Color previews
#f1b686 text on a black background
contrast 11.78:1
Card sample
#f1b686 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b686;
Background color
Panel with #f1b686 background
background-color: #f1b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b686; background: linear-gradient(135deg, #f1b686, #E5F186);