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