#fdac3b
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 59
HSL
35°, 98%, 61%
CMYK
0, 32, 77, 1
Luminance
0.5070
Every format
| HEX | #fdac3b |
| RGB | rgb(253, 172, 59) |
| HSL | hsl(35, 98%, 61%) |
| CMYK | cmyk(0%, 32%, 77%, 1%) |
| LAB | lab(76.5 20.6 66.4) |
| LCH | lch(76.5 69.5 72.8) |
| OKLCH | oklch(0.805 0.154 70.6) |
Copy-ready code
/* CSS */
color: #fdac3b;
background-color: #fdac3b;
/* Tailwind (arbitrary) */
class="text-[#fdac3b] bg-[#fdac3b]"
/* SCSS */
$brand: #fdac3b;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.231)
/* Android */
Color.parseColor("#fdac3b")Accessibility — WCAG contrast
Aa
#fdac3b on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac3b on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow76.7%
Key (black)0.8%
Color previews
#fdac3b text on a black background
contrast 11.14:1
Card sample
#fdac3b text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac3b;
Background color
Panel with #fdac3b background
background-color: #fdac3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac3b; background: linear-gradient(135deg, #fdac3b, #CDFD3B);