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