#fdbf9b
a light, electric orange · warm · closest name: tan
RGB
253, 191, 155
HSL
22°, 96%, 80%
CMYK
0, 25, 39, 1
Luminance
0.6051
Every format
| HEX | #fdbf9b |
| RGB | rgb(253, 191, 155) |
| HSL | hsl(22, 96%, 80%) |
| CMYK | cmyk(0%, 25%, 39%, 1%) |
| LAB | lab(82.1 17.7 26.8) |
| LCH | lch(82.1 32.1 56.5) |
| OKLCH | oklch(0.853 0.086 51.3) |
Copy-ready code
/* CSS */
color: #fdbf9b;
background-color: #fdbf9b;
/* Tailwind (arbitrary) */
class="text-[#fdbf9b] bg-[#fdbf9b]"
/* SCSS */
$brand: #fdbf9b;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#fdbf9b")Accessibility — WCAG contrast
Aa
#fdbf9b on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf9b on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow38.7%
Key (black)0.8%
Color previews
#fdbf9b text on a black background
contrast 13.10:1
Card sample
#fdbf9b text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf9b;
Background color
Panel with #fdbf9b background
background-color: #fdbf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf9b; background: linear-gradient(135deg, #fdbf9b, #FAFD9B);