#fdbb9e
a light, electric orange · warm · closest name: tan
RGB
253, 187, 158
HSL
18°, 96%, 81%
CMYK
0, 26, 38, 1
Luminance
0.5889
Every format
| HEX | #fdbb9e |
| RGB | rgb(253, 187, 158) |
| HSL | hsl(18, 96%, 81%) |
| CMYK | cmyk(0%, 26%, 38%, 1%) |
| LAB | lab(81.2 20.2 24.0) |
| LCH | lch(81.2 31.4 50.0) |
| OKLCH | oklch(0.846 0.086 44.7) |
Copy-ready code
/* CSS */
color: #fdbb9e;
background-color: #fdbb9e;
/* Tailwind (arbitrary) */
class="text-[#fdbb9e] bg-[#fdbb9e]"
/* SCSS */
$brand: #fdbb9e;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.620)
/* Android */
Color.parseColor("#fdbb9e")Accessibility — WCAG contrast
Aa
#fdbb9e on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb9e on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow37.5%
Key (black)0.8%
Color previews
#fdbb9e text on a black background
contrast 12.78:1
Card sample
#fdbb9e text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb9e;
Background color
Panel with #fdbb9e background
background-color: #fdbb9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb9e; background: linear-gradient(135deg, #fdbb9e, #FDFA9E);