#fdbb50
a light, electric orange · warm · closest name: orange
RGB
253, 187, 80
HSL
37°, 98%, 65%
CMYK
0, 26, 68, 1
Luminance
0.5700
Every format
| HEX | #fdbb50 |
| RGB | rgb(253, 187, 80) |
| HSL | hsl(37, 98%, 65%) |
| CMYK | cmyk(0%, 26%, 68%, 1%) |
| LAB | lab(80.2 13.7 61.5) |
| LCH | lch(80.2 63.0 77.5) |
| OKLCH | oklch(0.834 0.143 76.4) |
Copy-ready code
/* CSS */
color: #fdbb50;
background-color: #fdbb50;
/* Tailwind (arbitrary) */
class="text-[#fdbb50] bg-[#fdbb50]"
/* SCSS */
$brand: #fdbb50;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.314)
/* Android */
Color.parseColor("#fdbb50")Accessibility — WCAG contrast
Aa
#fdbb50 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb50 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow68.4%
Key (black)0.8%
Color previews
#fdbb50 text on a black background
contrast 12.40:1
Card sample
#fdbb50 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb50;
Background color
Panel with #fdbb50 background
background-color: #fdbb50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb50; background: linear-gradient(135deg, #fdbb50, #CCFD50);