#fada2f
a balanced, electric yellow · cool · closest name: gold
RGB
250, 218, 47
HSL
51°, 95%, 58%
CMYK
0, 13, 81, 2
Luminance
0.7067
Every format
| HEX | #fada2f |
| RGB | rgb(250, 218, 47) |
| HSL | hsl(51, 95%, 58%) |
| CMYK | cmyk(0%, 13%, 81%, 2%) |
| LAB | lab(87.3 -4.8 79.9) |
| LCH | lch(87.3 80.1 93.5) |
| OKLCH | oklch(0.889 0.173 97.6) |
Copy-ready code
/* CSS */
color: #fada2f;
background-color: #fada2f;
/* Tailwind (arbitrary) */
class="text-[#fada2f] bg-[#fada2f]"
/* SCSS */
$brand: #fada2f;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.184)
/* Android */
Color.parseColor("#fada2f")Accessibility — WCAG contrast
Aa
#fada2f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada2f on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow81.2%
Key (black)2.0%
Color previews
#fada2f text on a black background
contrast 15.13:1
Card sample
#fada2f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada2f;
Background color
Panel with #fada2f background
background-color: #fada2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada2f; background: linear-gradient(135deg, #fada2f, #93FA2F);