#fda960
a light, electric orange · warm · closest name: peru
RGB
253, 169, 96
HSL
28°, 98%, 68%
CMYK
0, 33, 62, 1
Luminance
0.5010
Every format
| HEX | #fda960 |
| RGB | rgb(253, 169, 96) |
| HSL | hsl(28, 98%, 68%) |
| CMYK | cmyk(0%, 33%, 62%, 1%) |
| LAB | lab(76.1 24.0 49.6) |
| LCH | lch(76.1 55.1 64.1) |
| OKLCH | oklch(0.803 0.133 60.1) |
Copy-ready code
/* CSS */
color: #fda960;
background-color: #fda960;
/* Tailwind (arbitrary) */
class="text-[#fda960] bg-[#fda960]"
/* SCSS */
$brand: #fda960;
/* SwiftUI */
Color(red: 0.992, green: 0.663, blue: 0.376)
/* Android */
Color.parseColor("#fda960")Accessibility — WCAG contrast
Aa
#fda960 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda960 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green66.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow62.1%
Key (black)0.8%
Color previews
#fda960 text on a black background
contrast 11.02:1
Card sample
#fda960 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda960;
Background color
Panel with #fda960 background
background-color: #fda960;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda960;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 169, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 169, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda960; background: linear-gradient(135deg, #fda960, #E8FD60);