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