#fdbb5e
a light, electric orange · warm · closest name: peru
RGB
253, 187, 94
HSL
35°, 98%, 68%
CMYK
0, 26, 63, 1
Luminance
0.5723
Every format
| HEX | #fdbb5e |
| RGB | rgb(253, 187, 94) |
| HSL | hsl(35, 98%, 68%) |
| CMYK | cmyk(0%, 26%, 63%, 1%) |
| LAB | lab(80.3 14.5 55.4) |
| LCH | lch(80.3 57.2 75.3) |
| OKLCH | oklch(0.836 0.133 73.5) |
Copy-ready code
/* CSS */
color: #fdbb5e;
background-color: #fdbb5e;
/* Tailwind (arbitrary) */
class="text-[#fdbb5e] bg-[#fdbb5e]"
/* SCSS */
$brand: #fdbb5e;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.369)
/* Android */
Color.parseColor("#fdbb5e")Accessibility — WCAG contrast
Aa
#fdbb5e on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb5e on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow62.8%
Key (black)0.8%
Color previews
#fdbb5e text on a black background
contrast 12.45:1
Card sample
#fdbb5e text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb5e;
Background color
Panel with #fdbb5e background
background-color: #fdbb5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb5e; background: linear-gradient(135deg, #fdbb5e, #D5FD5E);