#faf621
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 246, 33
HSL
59°, 96%, 56%
CMYK
0, 2, 87, 2
Luminance
0.8635
Every format
| HEX | #faf621 |
| RGB | rgb(250, 246, 33) |
| HSL | hsl(59, 96%, 56%) |
| CMYK | cmyk(0%, 2%, 87%, 2%) |
| LAB | lab(94.5 -18.9 88.8) |
| LCH | lch(94.5 90.8 102.0) |
| OKLCH | oklch(0.946 0.199 108.4) |
Copy-ready code
/* CSS */
color: #faf621;
background-color: #faf621;
/* Tailwind (arbitrary) */
class="text-[#faf621] bg-[#faf621]"
/* SCSS */
$brand: #faf621;
/* SwiftUI */
Color(red: 0.980, green: 0.965, blue: 0.129)
/* Android */
Color.parseColor("#faf621")Accessibility — WCAG contrast
Aa
#faf621 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf621 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow86.8%
Key (black)2.0%
Color previews
#faf621 text on a black background
contrast 18.27:1
Card sample
#faf621 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf621;
Background color
Panel with #faf621 background
background-color: #faf621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 246, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 246, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf621; background: linear-gradient(135deg, #faf621, #6DFA21);