#fda97f
a light, electric orange · warm · closest name: peru
RGB
253, 169, 127
HSL
20°, 97%, 75%
CMYK
0, 33, 50, 1
Luminance
0.5079
Every format
| HEX | #fda97f |
| RGB | rgb(253, 169, 127) |
| HSL | hsl(20, 97%, 75%) |
| CMYK | cmyk(0%, 33%, 50%, 1%) |
| LAB | lab(76.6 26.4 34.2) |
| LCH | lch(76.6 43.3 52.3) |
| OKLCH | oklch(0.808 0.114 47.2) |
Copy-ready code
/* CSS */
color: #fda97f;
background-color: #fda97f;
/* Tailwind (arbitrary) */
class="text-[#fda97f] bg-[#fda97f]"
/* SCSS */
$brand: #fda97f;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.498)
/* Android */
Color.parseColor("#fda97f")Accessibility — WCAG contrast
Aa
#fda97f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda97f on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow49.8%
Key (black)0.8%
Color previews
#fda97f text on a black background
contrast 11.16:1
Card sample
#fda97f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda97f;
Background color
Panel with #fda97f background
background-color: #fda97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda97f; background: linear-gradient(135deg, #fda97f, #FDFD7F);