#fda85f
a light, electric orange · warm · closest name: peru
RGB
253, 168, 95
HSL
28°, 98%, 68%
CMYK
0, 34, 63, 1
Luminance
0.4971
Every format
| HEX | #fda85f |
| RGB | rgb(253, 168, 95) |
| HSL | hsl(28, 98%, 68%) |
| CMYK | cmyk(0%, 34%, 63%, 1%) |
| LAB | lab(75.9 24.5 49.8) |
| LCH | lch(75.9 55.5 63.8) |
| OKLCH | oklch(0.801 0.134 59.7) |
Copy-ready code
/* CSS */
color: #fda85f;
background-color: #fda85f;
/* Tailwind (arbitrary) */
class="text-[#fda85f] bg-[#fda85f]"
/* SCSS */
$brand: #fda85f;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.373)
/* Android */
Color.parseColor("#fda85f")Accessibility — WCAG contrast
Aa
#fda85f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda85f on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow62.5%
Key (black)0.8%
Color previews
#fda85f text on a black background
contrast 10.94:1
Card sample
#fda85f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda85f;
Background color
Panel with #fda85f background
background-color: #fda85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda85f; background: linear-gradient(135deg, #fda85f, #E9FD5F);