#fdbb7d
a light, electric orange · warm · closest name: tan
RGB
253, 187, 125
HSL
29°, 97%, 74%
CMYK
0, 26, 51, 1
Luminance
0.5790
Every format
| HEX | #fdbb7d |
| RGB | rgb(253, 187, 125) |
| HSL | hsl(29, 97%, 74%) |
| CMYK | cmyk(0%, 26%, 51%, 1%) |
| LAB | lab(80.7 16.8 40.6) |
| LCH | lch(80.7 43.9 67.5) |
| OKLCH | oklch(0.840 0.110 63.6) |
Copy-ready code
/* CSS */
color: #fdbb7d;
background-color: #fdbb7d;
/* Tailwind (arbitrary) */
class="text-[#fdbb7d] bg-[#fdbb7d]"
/* SCSS */
$brand: #fdbb7d;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.490)
/* Android */
Color.parseColor("#fdbb7d")Accessibility — WCAG contrast
Aa
#fdbb7d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb7d on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow50.6%
Key (black)0.8%
Color previews
#fdbb7d text on a black background
contrast 12.58:1
Card sample
#fdbb7d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb7d;
Background color
Panel with #fdbb7d background
background-color: #fdbb7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb7d; background: linear-gradient(135deg, #fdbb7d, #EAFD7D);