#fdbb3e
a balanced, electric orange · warm · closest name: orange
RGB
253, 187, 62
HSL
39°, 98%, 62%
CMYK
0, 26, 76, 1
Luminance
0.5677
Every format
| HEX | #fdbb3e |
| RGB | rgb(253, 187, 62) |
| HSL | hsl(39, 98%, 62%) |
| CMYK | cmyk(0%, 26%, 76%, 1%) |
| LAB | lab(80.0 12.9 68.7) |
| LCH | lch(80.0 69.9 79.4) |
| OKLCH | oklch(0.833 0.153 79.1) |
Copy-ready code
/* CSS */
color: #fdbb3e;
background-color: #fdbb3e;
/* Tailwind (arbitrary) */
class="text-[#fdbb3e] bg-[#fdbb3e]"
/* SCSS */
$brand: #fdbb3e;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.243)
/* Android */
Color.parseColor("#fdbb3e")Accessibility — WCAG contrast
Aa
#fdbb3e on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb3e on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow75.5%
Key (black)0.8%
Color previews
#fdbb3e text on a black background
contrast 12.35:1
Card sample
#fdbb3e text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb3e;
Background color
Panel with #fdbb3e background
background-color: #fdbb3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb3e; background: linear-gradient(135deg, #fdbb3e, #C0FD3E);