#fdb156
a light, electric orange · warm · closest name: peru
RGB
253, 177, 86
HSL
33°, 98%, 67%
CMYK
0, 30, 66, 1
Luminance
0.5300
Every format
| HEX | #fdb156 |
| RGB | rgb(253, 177, 86) |
| HSL | hsl(33, 98%, 67%) |
| CMYK | cmyk(0%, 30%, 66%, 1%) |
| LAB | lab(77.9 19.3 56.4) |
| LCH | lch(77.9 59.5 71.1) |
| OKLCH | oklch(0.816 0.138 68.5) |
Copy-ready code
/* CSS */
color: #fdb156;
background-color: #fdb156;
/* Tailwind (arbitrary) */
class="text-[#fdb156] bg-[#fdb156]"
/* SCSS */
$brand: #fdb156;
/* SwiftUI */
Color(red: 0.992, green: 0.694, blue: 0.337)
/* Android */
Color.parseColor("#fdb156")Accessibility — WCAG contrast
Aa
#fdb156 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb156 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green69.4%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow66.0%
Key (black)0.8%
Color previews
#fdb156 text on a black background
contrast 11.60:1
Card sample
#fdb156 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb156;
Background color
Panel with #fdb156 background
background-color: #fdb156;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb156;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 177, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 177, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb156; background: linear-gradient(135deg, #fdb156, #DAFD56);