#fdbb8a
a light, electric orange · warm · closest name: tan
RGB
253, 187, 138
HSL
26°, 97%, 77%
CMYK
0, 26, 46, 1
Luminance
0.5826
Every format
| HEX | #fdbb8a |
| RGB | rgb(253, 187, 138) |
| HSL | hsl(26, 97%, 77%) |
| CMYK | cmyk(0%, 26%, 46%, 1%) |
| LAB | lab(80.9 18.0 34.1) |
| LCH | lch(80.9 38.6 62.1) |
| OKLCH | oklch(0.842 0.100 57.5) |
Copy-ready code
/* CSS */
color: #fdbb8a;
background-color: #fdbb8a;
/* Tailwind (arbitrary) */
class="text-[#fdbb8a] bg-[#fdbb8a]"
/* SCSS */
$brand: #fdbb8a;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.541)
/* Android */
Color.parseColor("#fdbb8a")Accessibility — WCAG contrast
Aa
#fdbb8a on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb8a on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow45.5%
Key (black)0.8%
Color previews
#fdbb8a text on a black background
contrast 12.65:1
Card sample
#fdbb8a text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb8a;
Background color
Panel with #fdbb8a background
background-color: #fdbb8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb8a; background: linear-gradient(135deg, #fdbb8a, #F2FD8A);