#f7b686
a light, electric orange · warm · closest name: tan
RGB
247, 182, 134
HSL
26°, 88%, 75%
CMYK
0, 26, 46, 3
Luminance
0.5495
Every format
| HEX | #f7b686 |
| RGB | rgb(247, 182, 134) |
| HSL | hsl(26, 88%, 75%) |
| CMYK | cmyk(0%, 26%, 46%, 3%) |
| LAB | lab(79.0 17.9 33.6) |
| LCH | lch(79.0 38.1 62.0) |
| OKLCH | oklch(0.826 0.098 57.3) |
Copy-ready code
/* CSS */
color: #f7b686;
background-color: #f7b686;
/* Tailwind (arbitrary) */
class="text-[#f7b686] bg-[#f7b686]"
/* SCSS */
$brand: #f7b686;
/* SwiftUI */
Color(red: 0.969, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#f7b686")Accessibility — WCAG contrast
Aa
#f7b686 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b686 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow45.7%
Key (black)3.1%
Color previews
#f7b686 text on a black background
contrast 11.99:1
Card sample
#f7b686 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b686;
Background color
Panel with #f7b686 background
background-color: #f7b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b686; background: linear-gradient(135deg, #f7b686, #EDF786);