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