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