#fdac28
a balanced, electric orange · warm · closest name: orange
RGB
253, 172, 40
HSL
37°, 98%, 58%
CMYK
0, 32, 84, 1
Luminance
0.5054
Every format
| HEX | #fdac28 |
| RGB | rgb(253, 172, 40) |
| HSL | hsl(37, 98%, 58%) |
| CMYK | cmyk(0%, 32%, 84%, 1%) |
| LAB | lab(76.4 20.0 72.7) |
| LCH | lch(76.4 75.4 74.6) |
| OKLCH | oklch(0.804 0.162 72.9) |
Copy-ready code
/* CSS */
color: #fdac28;
background-color: #fdac28;
/* Tailwind (arbitrary) */
class="text-[#fdac28] bg-[#fdac28]"
/* SCSS */
$brand: #fdac28;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.157)
/* Android */
Color.parseColor("#fdac28")Accessibility — WCAG contrast
Aa
#fdac28 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac28 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow84.2%
Key (black)0.8%
Color previews
#fdac28 text on a black background
contrast 11.11:1
Card sample
#fdac28 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac28;
Background color
Panel with #fdac28 background
background-color: #fdac28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac28; background: linear-gradient(135deg, #fdac28, #C0FD28);