#fdbf97
a light, electric orange · warm · closest name: tan
RGB
253, 191, 151
HSL
24°, 96%, 79%
CMYK
0, 25, 40, 1
Luminance
0.6038
Every format
| HEX | #fdbf97 |
| RGB | rgb(253, 191, 151) |
| HSL | hsl(24, 96%, 79%) |
| CMYK | cmyk(0%, 25%, 40%, 1%) |
| LAB | lab(82.0 17.3 28.8) |
| LCH | lch(82.0 33.6 59.0) |
| OKLCH | oklch(0.852 0.089 54.0) |
Copy-ready code
/* CSS */
color: #fdbf97;
background-color: #fdbf97;
/* Tailwind (arbitrary) */
class="text-[#fdbf97] bg-[#fdbf97]"
/* SCSS */
$brand: #fdbf97;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.592)
/* Android */
Color.parseColor("#fdbf97")Accessibility — WCAG contrast
Aa
#fdbf97 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf97 on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow40.3%
Key (black)0.8%
Color previews
#fdbf97 text on a black background
contrast 13.08:1
Card sample
#fdbf97 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf97;
Background color
Panel with #fdbf97 background
background-color: #fdbf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf97; background: linear-gradient(135deg, #fdbf97, #F7FD97);