#f0b686
a light, electric orange · warm · closest name: tan
RGB
240, 182, 134
HSL
27°, 78%, 73%
CMYK
0, 24, 44, 6
Luminance
0.5370
Every format
| HEX | #f0b686 |
| RGB | rgb(240, 182, 134) |
| HSL | hsl(27, 78%, 73%) |
| CMYK | cmyk(0%, 24%, 44%, 6%) |
| LAB | lab(78.3 15.2 32.5) |
| LCH | lch(78.3 35.9 65.0) |
| OKLCH | oklch(0.819 0.092 60.6) |
Copy-ready code
/* CSS */
color: #f0b686;
background-color: #f0b686;
/* Tailwind (arbitrary) */
class="text-[#f0b686] bg-[#f0b686]"
/* SCSS */
$brand: #f0b686;
/* SwiftUI */
Color(red: 0.941, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#f0b686")Accessibility — WCAG contrast
Aa
#f0b686 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0b686 on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow44.2%
Key (black)5.9%
Color previews
#f0b686 text on a black background
contrast 11.74:1
Card sample
#f0b686 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0b686;
Background color
Panel with #f0b686 background
background-color: #f0b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0b686; background: linear-gradient(135deg, #f0b686, #E3F086);