#fdb985
a light, electric orange · warm · closest name: tan
RGB
253, 185, 133
HSL
26°, 97%, 76%
CMYK
0, 27, 47, 1
Luminance
0.5727
Every format
| HEX | #fdb985 |
| RGB | rgb(253, 185, 133) |
| HSL | hsl(26, 97%, 76%) |
| CMYK | cmyk(0%, 27%, 47%, 1%) |
| LAB | lab(80.3 18.6 36.0) |
| LCH | lch(80.3 40.5 62.7) |
| OKLCH | oklch(0.837 0.104 58.2) |
Copy-ready code
/* CSS */
color: #fdb985;
background-color: #fdb985;
/* Tailwind (arbitrary) */
class="text-[#fdb985] bg-[#fdb985]"
/* SCSS */
$brand: #fdb985;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.522)
/* Android */
Color.parseColor("#fdb985")Accessibility — WCAG contrast
Aa
#fdb985 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb985 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow47.4%
Key (black)0.8%
Color previews
#fdb985 text on a black background
contrast 12.45:1
Card sample
#fdb985 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb985;
Background color
Panel with #fdb985 background
background-color: #fdb985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb985; background: linear-gradient(135deg, #fdb985, #F1FD85);