#fdb84a
a balanced, electric orange · warm · closest name: orange
RGB
253, 184, 74
HSL
37°, 98%, 64%
CMYK
0, 27, 71, 1
Luminance
0.5566
Every format
| HEX | #fdb84a |
| RGB | rgb(253, 184, 74) |
| HSL | hsl(37, 98%, 64%) |
| CMYK | cmyk(0%, 27%, 71%, 1%) |
| LAB | lab(79.4 14.9 63.3) |
| LCH | lch(79.4 65.0 76.7) |
| OKLCH | oklch(0.828 0.146 75.5) |
Copy-ready code
/* CSS */
color: #fdb84a;
background-color: #fdb84a;
/* Tailwind (arbitrary) */
class="text-[#fdb84a] bg-[#fdb84a]"
/* SCSS */
$brand: #fdb84a;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.290)
/* Android */
Color.parseColor("#fdb84a")Accessibility — WCAG contrast
Aa
#fdb84a on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb84a on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue29.0%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow70.8%
Key (black)0.8%
Color previews
#fdb84a text on a black background
contrast 12.13:1
Card sample
#fdb84a text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb84a;
Background color
Panel with #fdb84a background
background-color: #fdb84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb84a; background: linear-gradient(135deg, #fdb84a, #CBFD4A);