#fada52
a light, electric yellow · cool · closest name: gold
RGB
250, 218, 82
HSL
49°, 94%, 65%
CMYK
0, 13, 67, 2
Luminance
0.7108
Every format
| HEX | #fada52 |
| RGB | rgb(250, 218, 82) |
| HSL | hsl(49, 94%, 65%) |
| CMYK | cmyk(0%, 13%, 67%, 2%) |
| LAB | lab(87.5 -3.4 68.3) |
| LCH | lch(87.5 68.4 92.9) |
| OKLCH | oklch(0.891 0.154 95.8) |
Copy-ready code
/* CSS */
color: #fada52;
background-color: #fada52;
/* Tailwind (arbitrary) */
class="text-[#fada52] bg-[#fada52]"
/* SCSS */
$brand: #fada52;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.322)
/* Android */
Color.parseColor("#fada52")Accessibility — WCAG contrast
Aa
#fada52 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada52 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow67.2%
Key (black)2.0%
Color previews
#fada52 text on a black background
contrast 15.22:1
Card sample
#fada52 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada52;
Background color
Panel with #fada52 background
background-color: #fada52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada52; background: linear-gradient(135deg, #fada52, #AAFA52);