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