#fdad67
a light, electric orange · warm · closest name: peru
RGB
253, 173, 103
HSL
28°, 97%, 70%
CMYK
0, 32, 59, 1
Luminance
0.5175
Every format
| HEX | #fdad67 |
| RGB | rgb(253, 173, 103) |
| HSL | hsl(28, 97%, 70%) |
| CMYK | cmyk(0%, 32%, 59%, 1%) |
| LAB | lab(77.1 22.4 47.3) |
| LCH | lch(77.1 52.4 64.6) |
| OKLCH | oklch(0.811 0.128 60.7) |
Copy-ready code
/* CSS */
color: #fdad67;
background-color: #fdad67;
/* Tailwind (arbitrary) */
class="text-[#fdad67] bg-[#fdad67]"
/* SCSS */
$brand: #fdad67;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.404)
/* Android */
Color.parseColor("#fdad67")Accessibility — WCAG contrast
Aa
#fdad67 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad67 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow59.3%
Key (black)0.8%
Color previews
#fdad67 text on a black background
contrast 11.35:1
Card sample
#fdad67 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad67;
Background color
Panel with #fdad67 background
background-color: #fdad67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad67; background: linear-gradient(135deg, #fdad67, #E9FD67);