#fafe21
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 254, 33
HSL
61°, 99%, 56%
CMYK
2, 0, 87, 0
Luminance
0.9132
Every format
| HEX | #fafe21 |
| RGB | rgb(250, 254, 33) |
| HSL | hsl(61, 99%, 56%) |
| CMYK | cmyk(2%, 0%, 87%, 0%) |
| LAB | lab(96.5 -22.8 90.5) |
| LCH | lch(96.5 93.3 104.1) |
| OKLCH | oklch(0.962 0.206 110.9) |
Copy-ready code
/* CSS */
color: #fafe21;
background-color: #fafe21;
/* Tailwind (arbitrary) */
class="text-[#fafe21] bg-[#fafe21]"
/* SCSS */
$brand: #fafe21;
/* SwiftUI */
Color(red: 0.980, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#fafe21")Accessibility — WCAG contrast
Aa
#fafe21 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafe21 on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.6%
Blue12.9%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#fafe21 text on a black background
contrast 19.26:1
Card sample
#fafe21 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafe21;
Background color
Panel with #fafe21 background
background-color: #fafe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafe21; background: linear-gradient(135deg, #fafe21, #67FE21);