#fdb45f
a light, electric orange · warm · closest name: peru
RGB
253, 180, 95
HSL
32°, 98%, 68%
CMYK
0, 29, 63, 1
Luminance
0.5435
Every format
| HEX | #fdb45f |
| RGB | rgb(253, 180, 95) |
| HSL | hsl(32, 98%, 68%) |
| CMYK | cmyk(0%, 29%, 63%, 1%) |
| LAB | lab(78.7 18.2 53.0) |
| LCH | lch(78.7 56.1 71.0) |
| OKLCH | oklch(0.823 0.132 68.3) |
Copy-ready code
/* CSS */
color: #fdb45f;
background-color: #fdb45f;
/* Tailwind (arbitrary) */
class="text-[#fdb45f] bg-[#fdb45f]"
/* SCSS */
$brand: #fdb45f;
/* SwiftUI */
Color(red: 0.992, green: 0.706, blue: 0.373)
/* Android */
Color.parseColor("#fdb45f")Accessibility — WCAG contrast
Aa
#fdb45f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb45f on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green70.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow62.5%
Key (black)0.8%
Color previews
#fdb45f text on a black background
contrast 11.87:1
Card sample
#fdb45f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb45f;
Background color
Panel with #fdb45f background
background-color: #fdb45f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb45f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 180, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 180, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb45f; background: linear-gradient(135deg, #fdb45f, #DDFD5F);