#fdbf89
a light, electric orange · warm · closest name: tan
RGB
253, 191, 137
HSL
28°, 97%, 77%
CMYK
0, 25, 46, 1
Luminance
0.5995
Every format
| HEX | #fdbf89 |
| RGB | rgb(253, 191, 137) |
| HSL | hsl(28, 97%, 77%) |
| CMYK | cmyk(0%, 25%, 46%, 1%) |
| LAB | lab(81.8 15.8 35.8) |
| LCH | lch(81.8 39.2 66.1) |
| OKLCH | oklch(0.849 0.100 61.9) |
Copy-ready code
/* CSS */
color: #fdbf89;
background-color: #fdbf89;
/* Tailwind (arbitrary) */
class="text-[#fdbf89] bg-[#fdbf89]"
/* SCSS */
$brand: #fdbf89;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.537)
/* Android */
Color.parseColor("#fdbf89")Accessibility — WCAG contrast
Aa
#fdbf89 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf89 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow45.8%
Key (black)0.8%
Color previews
#fdbf89 text on a black background
contrast 12.99:1
Card sample
#fdbf89 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf89;
Background color
Panel with #fdbf89 background
background-color: #fdbf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf89; background: linear-gradient(135deg, #fdbf89, #EEFD89);