#fdb939
a balanced, electric orange · warm · closest name: orange
RGB
253, 185, 57
HSL
39°, 98%, 61%
CMYK
0, 27, 78, 1
Luminance
0.5588
Every format
| HEX | #fdb939 |
| RGB | rgb(253, 185, 57) |
| HSL | hsl(39, 98%, 61%) |
| CMYK | cmyk(0%, 27%, 78%, 1%) |
| LAB | lab(79.5 13.7 70.0) |
| LCH | lch(79.5 71.3 78.9) |
| OKLCH | oklch(0.829 0.155 78.5) |
Copy-ready code
/* CSS */
color: #fdb939;
background-color: #fdb939;
/* Tailwind (arbitrary) */
class="text-[#fdb939] bg-[#fdb939]"
/* SCSS */
$brand: #fdb939;
/* SwiftUI */
Color(red: 0.992, green: 0.725, blue: 0.224)
/* Android */
Color.parseColor("#fdb939")Accessibility — WCAG contrast
Aa
#fdb939 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb939 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow77.5%
Key (black)0.8%
Color previews
#fdb939 text on a black background
contrast 12.18:1
Card sample
#fdb939 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb939;
Background color
Panel with #fdb939 background
background-color: #fdb939;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb939;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 185, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 185, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb939; background: linear-gradient(135deg, #fdb939, #BEFD39);