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