#fdaf7c
a light, electric orange · warm · closest name: peru
RGB
253, 175, 124
HSL
24°, 97%, 74%
CMYK
0, 31, 51, 1
Luminance
0.5300
Every format
| HEX | #fdaf7c |
| RGB | rgb(253, 175, 124) |
| HSL | hsl(24, 97%, 74%) |
| CMYK | cmyk(0%, 31%, 51%, 1%) |
| LAB | lab(77.9 23.0 37.5) |
| LCH | lch(77.9 44.0 58.5) |
| OKLCH | oklch(0.818 0.113 53.7) |
Copy-ready code
/* CSS */
color: #fdaf7c;
background-color: #fdaf7c;
/* Tailwind (arbitrary) */
class="text-[#fdaf7c] bg-[#fdaf7c]"
/* SCSS */
$brand: #fdaf7c;
/* SwiftUI */
Color(red: 0.992, green: 0.686, blue: 0.486)
/* Android */
Color.parseColor("#fdaf7c")Accessibility — WCAG contrast
Aa
#fdaf7c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaf7c on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green68.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow51.0%
Key (black)0.8%
Color previews
#fdaf7c text on a black background
contrast 11.60:1
Card sample
#fdaf7c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaf7c;
Background color
Panel with #fdaf7c background
background-color: #fdaf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 175, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 175, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaf7c; background: linear-gradient(135deg, #fdaf7c, #F5FD7C);