#fdbf7d
a light, electric orange · warm · closest name: tan
RGB
253, 191, 125
HSL
31°, 97%, 74%
CMYK
0, 25, 51, 1
Luminance
0.5962
Every format
| HEX | #fdbf7d |
| RGB | rgb(253, 191, 125) |
| HSL | hsl(31, 97%, 74%) |
| CMYK | cmyk(0%, 25%, 51%, 1%) |
| LAB | lab(81.6 14.7 41.8) |
| LCH | lch(81.6 44.3 70.6) |
| OKLCH | oklch(0.847 0.109 67.2) |
Copy-ready code
/* CSS */
color: #fdbf7d;
background-color: #fdbf7d;
/* Tailwind (arbitrary) */
class="text-[#fdbf7d] bg-[#fdbf7d]"
/* SCSS */
$brand: #fdbf7d;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.490)
/* Android */
Color.parseColor("#fdbf7d")Accessibility — WCAG contrast
Aa
#fdbf7d on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf7d on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow50.6%
Key (black)0.8%
Color previews
#fdbf7d text on a black background
contrast 12.92:1
Card sample
#fdbf7d text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf7d;
Background color
Panel with #fdbf7d background
background-color: #fdbf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf7d; background: linear-gradient(135deg, #fdbf7d, #E6FD7D);