#fda86a
a light, electric orange · warm · closest name: peru
RGB
253, 168, 106
HSL
25°, 97%, 70%
CMYK
0, 34, 58, 1
Luminance
0.4993
Every format
| HEX | #fda86a |
| RGB | rgb(253, 168, 106) |
| HSL | hsl(25, 97%, 70%) |
| CMYK | cmyk(0%, 34%, 58%, 1%) |
| LAB | lab(76.0 25.3 44.5) |
| LCH | lch(76.0 51.1 60.4) |
| OKLCH | oklch(0.803 0.127 55.9) |
Copy-ready code
/* CSS */
color: #fda86a;
background-color: #fda86a;
/* Tailwind (arbitrary) */
class="text-[#fda86a] bg-[#fda86a]"
/* SCSS */
$brand: #fda86a;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.416)
/* Android */
Color.parseColor("#fda86a")Accessibility — WCAG contrast
Aa
#fda86a on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda86a on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue41.6%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow58.1%
Key (black)0.8%
Color previews
#fda86a text on a black background
contrast 10.99:1
Card sample
#fda86a text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda86a;
Background color
Panel with #fda86a background
background-color: #fda86a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda86a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda86a; background: linear-gradient(135deg, #fda86a, #F0FD6A);