#faeb2f
a balanced, electric yellow · cool · closest name: gold
RGB
250, 235, 47
HSL
56°, 95%, 58%
CMYK
0, 6, 81, 2
Luminance
0.7995
Every format
| HEX | #faeb2f |
| RGB | rgb(250, 235, 47) |
| HSL | hsl(56, 95%, 58%) |
| CMYK | cmyk(0%, 6%, 81%, 2%) |
| LAB | lab(91.7 -13.3 83.6) |
| LCH | lch(91.7 84.7 99.0) |
| OKLCH | oklch(0.924 0.186 104.5) |
Copy-ready code
/* CSS */
color: #faeb2f;
background-color: #faeb2f;
/* Tailwind (arbitrary) */
class="text-[#faeb2f] bg-[#faeb2f]"
/* SCSS */
$brand: #faeb2f;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.184)
/* Android */
Color.parseColor("#faeb2f")Accessibility — WCAG contrast
Aa
#faeb2f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeb2f on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow81.2%
Key (black)2.0%
Color previews
#faeb2f text on a black background
contrast 16.99:1
Card sample
#faeb2f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeb2f;
Background color
Panel with #faeb2f background
background-color: #faeb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeb2f; background: linear-gradient(135deg, #faeb2f, #81FA2F);