#fdb992
a light, electric orange · warm · closest name: tan
RGB
253, 185, 146
HSL
22°, 96%, 78%
CMYK
0, 27, 42, 1
Luminance
0.5766
Every format
| HEX | #fdb992 |
| RGB | rgb(253, 185, 146) |
| HSL | hsl(22, 96%, 78%) |
| CMYK | cmyk(0%, 27%, 42%, 1%) |
| LAB | lab(80.5 19.9 29.5) |
| LCH | lch(80.5 35.5 56.0) |
| OKLCH | oklch(0.840 0.095 50.9) |
Copy-ready code
/* CSS */
color: #fdb992;
background-color: #fdb992;
/* Tailwind (arbitrary) */
class="text-[#fdb992] bg-[#fdb992]"
/* SCSS */
$brand: #fdb992;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.573)
/* Android */
Color.parseColor("#fdb992")Accessibility — WCAG contrast
Aa
#fdb992 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb992 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow42.3%
Key (black)0.8%
Color previews
#fdb992 text on a black background
contrast 12.53:1
Card sample
#fdb992 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb992;
Background color
Panel with #fdb992 background
background-color: #fdb992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb992; background: linear-gradient(135deg, #fdb992, #FAFD92);