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