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