#fada3f
a balanced, electric yellow · cool · closest name: gold
RGB
250, 218, 63
HSL
50°, 95%, 61%
CMYK
0, 13, 75, 2
Luminance
0.7083
Every format
| HEX | #fada3f |
| RGB | rgb(250, 218, 63) |
| HSL | hsl(50, 95%, 61%) |
| CMYK | cmyk(0%, 13%, 75%, 2%) |
| LAB | lab(87.4 -4.3 75.2) |
| LCH | lch(87.4 75.3 93.3) |
| OKLCH | oklch(0.890 0.166 96.9) |
Copy-ready code
/* CSS */
color: #fada3f;
background-color: #fada3f;
/* Tailwind (arbitrary) */
class="text-[#fada3f] bg-[#fada3f]"
/* SCSS */
$brand: #fada3f;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.247)
/* Android */
Color.parseColor("#fada3f")Accessibility — WCAG contrast
Aa
#fada3f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fada3f on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow74.8%
Key (black)2.0%
Color previews
#fada3f text on a black background
contrast 15.17:1
Card sample
#fada3f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fada3f;
Background color
Panel with #fada3f background
background-color: #fada3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fada3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fada3f; background: linear-gradient(135deg, #fada3f, #9EFA3F);