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