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