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