#fda554
a light, electric orange · warm · closest name: peru
RGB
253, 165, 84
HSL
29°, 98%, 66%
CMYK
0, 35, 67, 1
Luminance
0.4843
Every format
| HEX | #fda554 |
| RGB | rgb(253, 165, 84) |
| HSL | hsl(29, 98%, 66%) |
| CMYK | cmyk(0%, 35%, 67%, 1%) |
| LAB | lab(75.1 25.4 54.2) |
| LCH | lch(75.1 59.9 64.9) |
| OKLCH | oklch(0.795 0.141 61.0) |
Copy-ready code
/* CSS */
color: #fda554;
background-color: #fda554;
/* Tailwind (arbitrary) */
class="text-[#fda554] bg-[#fda554]"
/* SCSS */
$brand: #fda554;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.329)
/* Android */
Color.parseColor("#fda554")Accessibility — WCAG contrast
Aa
#fda554 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda554 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow66.8%
Key (black)0.8%
Color previews
#fda554 text on a black background
contrast 10.69:1
Card sample
#fda554 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda554;
Background color
Panel with #fda554 background
background-color: #fda554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda554; background: linear-gradient(135deg, #fda554, #E4FD54);