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