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