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