#fda35e
a light, electric orange · warm · closest name: peru
RGB
253, 163, 94
HSL
26°, 98%, 68%
CMYK
0, 36, 63, 1
Luminance
0.4789
Every format
| HEX | #fda35e |
| RGB | rgb(253, 163, 94) |
| HSL | hsl(26, 98%, 68%) |
| CMYK | cmyk(0%, 36%, 63%, 1%) |
| LAB | lab(74.8 27.1 49.0) |
| LCH | lch(74.8 56.0 61.1) |
| OKLCH | oklch(0.792 0.136 56.6) |
Copy-ready code
/* CSS */
color: #fda35e;
background-color: #fda35e;
/* Tailwind (arbitrary) */
class="text-[#fda35e] bg-[#fda35e]"
/* SCSS */
$brand: #fda35e;
/* SwiftUI */
Color(red: 0.992, green: 0.639, blue: 0.369)
/* Android */
Color.parseColor("#fda35e")Accessibility — WCAG contrast
Aa
#fda35e on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda35e on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green63.9%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta35.6%
Yellow62.8%
Key (black)0.8%
Color previews
#fda35e text on a black background
contrast 10.58:1
Card sample
#fda35e text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda35e;
Background color
Panel with #fda35e background
background-color: #fda35e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda35e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 163, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 163, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda35e; background: linear-gradient(135deg, #fda35e, #EDFD5E);