#fdbc8f
a light, electric orange · warm · closest name: tan
RGB
253, 188, 143
HSL
25°, 97%, 78%
CMYK
0, 26, 44, 1
Luminance
0.5883
Every format
| HEX | #fdbc8f |
| RGB | rgb(253, 188, 143) |
| HSL | hsl(25, 97%, 78%) |
| CMYK | cmyk(0%, 26%, 44%, 1%) |
| LAB | lab(81.2 18.0 31.9) |
| LCH | lch(81.2 36.6 60.5) |
| OKLCH | oklch(0.845 0.096 55.7) |
Copy-ready code
/* CSS */
color: #fdbc8f;
background-color: #fdbc8f;
/* Tailwind (arbitrary) */
class="text-[#fdbc8f] bg-[#fdbc8f]"
/* SCSS */
$brand: #fdbc8f;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.561)
/* Android */
Color.parseColor("#fdbc8f")Accessibility — WCAG contrast
Aa
#fdbc8f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc8f on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow43.5%
Key (black)0.8%
Color previews
#fdbc8f text on a black background
contrast 12.77:1
Card sample
#fdbc8f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc8f;
Background color
Panel with #fdbc8f background
background-color: #fdbc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc8f; background: linear-gradient(135deg, #fdbc8f, #F5FD8F);