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