#fdb99f
a light, electric orange · warm · closest name: tan
RGB
253, 185, 159
HSL
17°, 96%, 81%
CMYK
0, 27, 37, 1
Luminance
0.5808
Every format
| HEX | #fdb99f |
| RGB | rgb(253, 185, 159) |
| HSL | hsl(17, 96%, 81%) |
| CMYK | cmyk(0%, 27%, 37%, 1%) |
| LAB | lab(80.8 21.3 22.9) |
| LCH | lch(80.8 31.3 47.0) |
| OKLCH | oklch(0.842 0.087 41.8) |
Copy-ready code
/* CSS */
color: #fdb99f;
background-color: #fdb99f;
/* Tailwind (arbitrary) */
class="text-[#fdb99f] bg-[#fdb99f]"
/* SCSS */
$brand: #fdb99f;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.624)
/* Android */
Color.parseColor("#fdb99f")Accessibility — WCAG contrast
Aa
#fdb99f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb99f on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow37.2%
Key (black)0.8%
Color previews
#fdb99f text on a black background
contrast 12.62:1
Card sample
#fdb99f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb99f;
Background color
Panel with #fdb99f background
background-color: #fdb99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb99f; background: linear-gradient(135deg, #fdb99f, #FDF89F);