#fdbf9f
a light, electric orange · warm · closest name: tan
RGB
253, 191, 159
HSL
20°, 96%, 81%
CMYK
0, 25, 37, 1
Luminance
0.6065
Every format
| HEX | #fdbf9f |
| RGB | rgb(253, 191, 159) |
| HSL | hsl(20, 96%, 81%) |
| CMYK | cmyk(0%, 25%, 37%, 1%) |
| LAB | lab(82.2 18.2 24.8) |
| LCH | lch(82.2 30.8 53.8) |
| OKLCH | oklch(0.853 0.084 48.5) |
Copy-ready code
/* CSS */
color: #fdbf9f;
background-color: #fdbf9f;
/* Tailwind (arbitrary) */
class="text-[#fdbf9f] bg-[#fdbf9f]"
/* SCSS */
$brand: #fdbf9f;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.624)
/* Android */
Color.parseColor("#fdbf9f")Accessibility — WCAG contrast
Aa
#fdbf9f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf9f on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow37.2%
Key (black)0.8%
Color previews
#fdbf9f text on a black background
contrast 13.13:1
Card sample
#fdbf9f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf9f;
Background color
Panel with #fdbf9f background
background-color: #fdbf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf9f; background: linear-gradient(135deg, #fdbf9f, #FCFD9F);