#fda366
a light, electric orange · warm · closest name: peru
RGB
253, 163, 102
HSL
24°, 97%, 70%
CMYK
0, 36, 60, 1
Luminance
0.4804
Every format
| HEX | #fda366 |
| RGB | rgb(253, 163, 102) |
| HSL | hsl(24, 97%, 70%) |
| CMYK | cmyk(0%, 36%, 60%, 1%) |
| LAB | lab(74.8 27.6 45.1) |
| LCH | lch(74.8 52.9 58.5) |
| OKLCH | oklch(0.793 0.132 53.8) |
Copy-ready code
/* CSS */
color: #fda366;
background-color: #fda366;
/* Tailwind (arbitrary) */
class="text-[#fda366] bg-[#fda366]"
/* SCSS */
$brand: #fda366;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.400)
/* Android */
Color.parseColor("#fda366")Accessibility — WCAG contrast
Aa
#fda366 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda366 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow59.7%
Key (black)0.8%
Color previews
#fda366 text on a black background
contrast 10.61:1
Card sample
#fda366 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda366;
Background color
Panel with #fda366 background
background-color: #fda366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda366; background: linear-gradient(135deg, #fda366, #F2FD66);