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