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