#fdba62
a light, electric orange · warm · closest name: peru
RGB
253, 186, 98
HSL
34°, 98%, 69%
CMYK
0, 27, 61, 1
Luminance
0.5688
Every format
| HEX | #fdba62 |
| RGB | rgb(253, 186, 98) |
| HSL | hsl(34, 98%, 69%) |
| CMYK | cmyk(0%, 27%, 61%, 1%) |
| LAB | lab(80.1 15.3 53.3) |
| LCH | lch(80.1 55.4 74.0) |
| OKLCH | oklch(0.834 0.130 71.8) |
Copy-ready code
/* CSS */
color: #fdba62;
background-color: #fdba62;
/* Tailwind (arbitrary) */
class="text-[#fdba62] bg-[#fdba62]"
/* SCSS */
$brand: #fdba62;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.384)
/* Android */
Color.parseColor("#fdba62")Accessibility — WCAG contrast
Aa
#fdba62 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba62 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow61.3%
Key (black)0.8%
Color previews
#fdba62 text on a black background
contrast 12.38:1
Card sample
#fdba62 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba62;
Background color
Panel with #fdba62 background
background-color: #fdba62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba62; background: linear-gradient(135deg, #fdba62, #D9FD62);