#fae921
a balanced, electric yellow · cool · closest name: gold
RGB
250, 233, 33
HSL
55°, 96%, 56%
CMYK
0, 7, 87, 2
Luminance
0.7871
Every format
| HEX | #fae921 |
| RGB | rgb(250, 233, 33) |
| HSL | hsl(55, 96%, 56%) |
| CMYK | cmyk(0%, 7%, 87%, 2%) |
| LAB | lab(91.1 -12.6 86.2) |
| LCH | lch(91.1 87.1 98.3) |
| OKLCH | oklch(0.919 0.189 104.0) |
Copy-ready code
/* CSS */
color: #fae921;
background-color: #fae921;
/* Tailwind (arbitrary) */
class="text-[#fae921] bg-[#fae921]"
/* SCSS */
$brand: #fae921;
/* SwiftUI */
Color(red: 0.980, green: 0.914, blue: 0.129)
/* Android */
Color.parseColor("#fae921")Accessibility — WCAG contrast
Aa
#fae921 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae921 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green91.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow86.8%
Key (black)2.0%
Color previews
#fae921 text on a black background
contrast 16.74:1
Card sample
#fae921 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae921;
Background color
Panel with #fae921 background
background-color: #fae921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 233, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 233, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae921; background: linear-gradient(135deg, #fae921, #7AFA21);