#fcb686
a light, electric orange · warm · closest name: tan
RGB
252, 182, 134
HSL
24°, 95%, 76%
CMYK
0, 28, 47, 1
Luminance
0.5587
Every format
| HEX | #fcb686 |
| RGB | rgb(252, 182, 134) |
| HSL | hsl(24, 95%, 76%) |
| CMYK | cmyk(0%, 28%, 47%, 1%) |
| LAB | lab(79.5 19.9 34.4) |
| LCH | lch(79.5 39.8 60.0) |
| OKLCH | oklch(0.831 0.103 55.2) |
Copy-ready code
/* CSS */
color: #fcb686;
background-color: #fcb686;
/* Tailwind (arbitrary) */
class="text-[#fcb686] bg-[#fcb686]"
/* SCSS */
$brand: #fcb686;
/* SwiftUI */
Color(red: 0.988, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#fcb686")Accessibility — WCAG contrast
Aa
#fcb686 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb686 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow46.8%
Key (black)1.2%
Color previews
#fcb686 text on a black background
contrast 12.17:1
Card sample
#fcb686 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb686;
Background color
Panel with #fcb686 background
background-color: #fcb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb686; background: linear-gradient(135deg, #fcb686, #F3FC86);