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