#fda152
a light, electric orange · warm · closest name: peru
RGB
253, 161, 82
HSL
28°, 98%, 66%
CMYK
0, 36, 68, 1
Luminance
0.4698
Every format
| HEX | #fda152 |
| RGB | rgb(253, 161, 82) |
| HSL | hsl(28, 98%, 66%) |
| CMYK | cmyk(0%, 36%, 68%, 1%) |
| LAB | lab(74.2 27.4 54.1) |
| LCH | lch(74.2 60.7 63.2) |
| OKLCH | oklch(0.788 0.144 58.9) |
Copy-ready code
/* CSS */
color: #fda152;
background-color: #fda152;
/* Tailwind (arbitrary) */
class="text-[#fda152] bg-[#fda152]"
/* SCSS */
$brand: #fda152;
/* SwiftUI */
Color(red: 0.992, green: 0.631, blue: 0.322)
/* Android */
Color.parseColor("#fda152")Accessibility — WCAG contrast
Aa
#fda152 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda152 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.1%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow67.6%
Key (black)0.8%
Color previews
#fda152 text on a black background
contrast 10.40:1
Card sample
#fda152 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda152;
Background color
Panel with #fda152 background
background-color: #fda152;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda152;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 161, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 161, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda152; background: linear-gradient(135deg, #fda152, #E7FD52);