#fdab4f
a light, electric orange · warm · closest name: peru
RGB
253, 171, 79
HSL
32°, 98%, 65%
CMYK
0, 32, 69, 1
Luminance
0.5057
Every format
| HEX | #fdab4f |
| RGB | rgb(253, 171, 79) |
| HSL | hsl(32, 98%, 65%) |
| CMYK | cmyk(0%, 32%, 69%, 1%) |
| LAB | lab(76.4 22.0 58.0) |
| LCH | lch(76.4 62.0 69.2) |
| OKLCH | oklch(0.805 0.143 66.1) |
Copy-ready code
/* CSS */
color: #fdab4f;
background-color: #fdab4f;
/* Tailwind (arbitrary) */
class="text-[#fdab4f] bg-[#fdab4f]"
/* SCSS */
$brand: #fdab4f;
/* SwiftUI */
Color(red: 0.992, green: 0.671, blue: 0.310)
/* Android */
Color.parseColor("#fdab4f")Accessibility — WCAG contrast
Aa
#fdab4f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdab4f on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.1%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow68.8%
Key (black)0.8%
Color previews
#fdab4f text on a black background
contrast 11.11:1
Card sample
#fdab4f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdab4f;
Background color
Panel with #fdab4f background
background-color: #fdab4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdab4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 171, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 171, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdab4f; background: linear-gradient(135deg, #fdab4f, #DBFD4F);