#fdab7f
a light, electric orange · warm · closest name: peru
RGB
253, 171, 127
HSL
21°, 97%, 75%
CMYK
0, 32, 50, 1
Luminance
0.5154
Every format
| HEX | #fdab7f |
| RGB | rgb(253, 171, 127) |
| HSL | hsl(21, 97%, 75%) |
| CMYK | cmyk(0%, 32%, 50%, 1%) |
| LAB | lab(77.0 25.4 34.8) |
| LCH | lch(77.0 43.1 53.9) |
| OKLCH | oklch(0.811 0.113 48.8) |
Copy-ready code
/* CSS */
color: #fdab7f;
background-color: #fdab7f;
/* Tailwind (arbitrary) */
class="text-[#fdab7f] bg-[#fdab7f]"
/* SCSS */
$brand: #fdab7f;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.498)
/* Android */
Color.parseColor("#fdab7f")Accessibility — WCAG contrast
Aa
#fdab7f on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdab7f on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow49.8%
Key (black)0.8%
Color previews
#fdab7f text on a black background
contrast 11.31:1
Card sample
#fdab7f text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdab7f;
Background color
Panel with #fdab7f background
background-color: #fdab7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdab7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdab7f; background: linear-gradient(135deg, #fdab7f, #FBFD7F);