#fdb87f
a light, electric orange · warm · closest name: tan
RGB
253, 184, 127
HSL
27°, 97%, 75%
CMYK
0, 27, 50, 1
Luminance
0.5670
Every format
| HEX | #fdb87f |
| RGB | rgb(253, 184, 127) |
| HSL | hsl(27, 97%, 75%) |
| CMYK | cmyk(0%, 27%, 50%, 1%) |
| LAB | lab(80.0 18.6 38.7) |
| LCH | lch(80.0 42.9 64.3) |
| OKLCH | oklch(0.835 0.108 60.1) |
Copy-ready code
/* CSS */
color: #fdb87f;
background-color: #fdb87f;
/* Tailwind (arbitrary) */
class="text-[#fdb87f] bg-[#fdb87f]"
/* SCSS */
$brand: #fdb87f;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.498)
/* Android */
Color.parseColor("#fdb87f")Accessibility — WCAG contrast
Aa
#fdb87f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb87f on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow49.8%
Key (black)0.8%
Color previews
#fdb87f text on a black background
contrast 12.34:1
Card sample
#fdb87f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb87f;
Background color
Panel with #fdb87f background
background-color: #fdb87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb87f; background: linear-gradient(135deg, #fdb87f, #EEFD7F);