#fdac09
a balanced, electric yellow · warm · closest name: orange
RGB
253, 172, 9
HSL
40°, 98%, 51%
CMYK
0, 32, 96, 1
Luminance
0.5041
Every format
| HEX | #fdac09 |
| RGB | rgb(253, 172, 9) |
| HSL | hsl(40, 98%, 51%) |
| CMYK | cmyk(0%, 32%, 96%, 1%) |
| LAB | lab(76.3 19.5 78.8) |
| LCH | lch(76.3 81.2 76.1) |
| OKLCH | oklch(0.803 0.168 74.8) |
Copy-ready code
/* CSS */
color: #fdac09;
background-color: #fdac09;
/* Tailwind (arbitrary) */
class="text-[#fdac09] bg-[#fdac09]"
/* SCSS */
$brand: #fdac09;
/* SwiftUI */
Color(red: 0.992, green: 0.675, blue: 0.035)
/* Android */
Color.parseColor("#fdac09")Accessibility — WCAG contrast
Aa
#fdac09 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdac09 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.5%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow96.4%
Key (black)0.8%
Color previews
#fdac09 text on a black background
contrast 11.08:1
Card sample
#fdac09 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdac09;
Background color
Panel with #fdac09 background
background-color: #fdac09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdac09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 172, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 172, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdac09; background: linear-gradient(135deg, #fdac09, #ABFD09);