#fdb092
a light, electric orange · warm · closest name: tan
RGB
253, 176, 146
HSL
17°, 96%, 78%
CMYK
0, 30, 42, 1
Luminance
0.5401
Every format
| HEX | #fdb092 |
| RGB | rgb(253, 176, 146) |
| HSL | hsl(17, 96%, 78%) |
| CMYK | cmyk(0%, 30%, 42%, 1%) |
| LAB | lab(78.5 24.6 26.7) |
| LCH | lch(78.5 36.3 47.3) |
| OKLCH | oklch(0.824 0.100 42.1) |
Copy-ready code
/* CSS */
color: #fdb092;
background-color: #fdb092;
/* Tailwind (arbitrary) */
class="text-[#fdb092] bg-[#fdb092]"
/* SCSS */
$brand: #fdb092;
/* SwiftUI */
Color(red: 0.992, green: 0.690, blue: 0.573)
/* Android */
Color.parseColor("#fdb092")Accessibility — WCAG contrast
Aa
#fdb092 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb092 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.0%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow42.3%
Key (black)0.8%
Color previews
#fdb092 text on a black background
contrast 11.80:1
Card sample
#fdb092 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb092;
Background color
Panel with #fdb092 background
background-color: #fdb092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 176, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 176, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb092; background: linear-gradient(135deg, #fdb092, #FDF792);