#fd9f4f
a light, electric orange · warm · closest name: peru
RGB
253, 159, 79
HSL
28°, 98%, 65%
CMYK
0, 37, 69, 1
Luminance
0.4624
Every format
| HEX | #fd9f4f |
| RGB | rgb(253, 159, 79) |
| HSL | hsl(28, 98%, 65%) |
| CMYK | cmyk(0%, 37%, 69%, 1%) |
| LAB | lab(73.7 28.3 55.0) |
| LCH | lch(73.7 61.9 62.8) |
| OKLCH | oklch(0.784 0.146 58.5) |
Copy-ready code
/* CSS */
color: #fd9f4f;
background-color: #fd9f4f;
/* Tailwind (arbitrary) */
class="text-[#fd9f4f] bg-[#fd9f4f]"
/* SCSS */
$brand: #fd9f4f;
/* SwiftUI */
Color(red: 0.992, green: 0.624, blue: 0.310)
/* Android */
Color.parseColor("#fd9f4f")Accessibility — WCAG contrast
Aa
#fd9f4f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd9f4f on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta37.2%
Yellow68.8%
Key (black)0.8%
Color previews
#fd9f4f text on a black background
contrast 10.25:1
Card sample
#fd9f4f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd9f4f;
Background color
Panel with #fd9f4f background
background-color: #fd9f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd9f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 159, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 159, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd9f4f; background: linear-gradient(135deg, #fd9f4f, #E7FD4F);