#fdac7c
a light, electric orange · warm · closest name: peru
RGB
253, 172, 124
HSL
22°, 97%, 74%
CMYK
0, 32, 51, 1
Luminance
0.5184
Every format
| HEX | #fdac7c |
| RGB | rgb(253, 172, 124) |
| HSL | hsl(22, 97%, 74%) |
| CMYK | cmyk(0%, 32%, 51%, 1%) |
| LAB | lab(77.2 24.6 36.6) |
| LCH | lch(77.2 44.1 56.1) |
| OKLCH | oklch(0.813 0.114 51.2) |
Copy-ready code
/* CSS */
color: #fdac7c;
background-color: #fdac7c;
/* Tailwind (arbitrary) */
class="text-[#fdac7c] bg-[#fdac7c]"
/* SCSS */
$brand: #fdac7c;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.486)
/* Android */
Color.parseColor("#fdac7c")Accessibility — WCAG contrast
Aa
#fdac7c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac7c on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow51.0%
Key (black)0.8%
Color previews
#fdac7c text on a black background
contrast 11.37:1
Card sample
#fdac7c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac7c;
Background color
Panel with #fdac7c background
background-color: #fdac7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac7c; background: linear-gradient(135deg, #fdac7c, #F8FD7C);