#fdaa63
a light, electric orange · warm · closest name: peru
RGB
253, 170, 99
HSL
28°, 98%, 69%
CMYK
0, 33, 61, 1
Luminance
0.5053
Every format
| HEX | #fdaa63 |
| RGB | rgb(253, 170, 99) |
| HSL | hsl(28, 98%, 69%) |
| CMYK | cmyk(0%, 33%, 61%, 1%) |
| LAB | lab(76.4 23.7 48.4) |
| LCH | lch(76.4 53.9 63.9) |
| OKLCH | oklch(0.805 0.131 59.8) |
Copy-ready code
/* CSS */
color: #fdaa63;
background-color: #fdaa63;
/* Tailwind (arbitrary) */
class="text-[#fdaa63] bg-[#fdaa63]"
/* SCSS */
$brand: #fdaa63;
/* SwiftUI */
Color(red: 0.992, green: 0.667, blue: 0.388)
/* Android */
Color.parseColor("#fdaa63")Accessibility — WCAG contrast
Aa
#fdaa63 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdaa63 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.7%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow60.9%
Key (black)0.8%
Color previews
#fdaa63 text on a black background
contrast 11.11:1
Card sample
#fdaa63 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdaa63;
Background color
Panel with #fdaa63 background
background-color: #fdaa63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdaa63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 170, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 170, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdaa63; background: linear-gradient(135deg, #fdaa63, #E9FD63);