#fafd39
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 253, 57
HSL
61°, 98%, 61%
CMYK
1, 0, 78, 1
Luminance
0.9087
Every format
| HEX | #fafd39 |
| RGB | rgb(250, 253, 57) |
| HSL | hsl(61, 98%, 61%) |
| CMYK | cmyk(1%, 0%, 78%, 1%) |
| LAB | lab(96.4 -21.7 85.1) |
| LCH | lch(96.4 87.8 104.3) |
| OKLCH | oklch(0.961 0.197 110.5) |
Copy-ready code
/* CSS */
color: #fafd39;
background-color: #fafd39;
/* Tailwind (arbitrary) */
class="text-[#fafd39] bg-[#fafd39]"
/* SCSS */
$brand: #fafd39;
/* SwiftUI */
Color(red: 0.980, green: 0.992, blue: 0.224)
/* Android */
Color.parseColor("#fafd39")Accessibility — WCAG contrast
Aa
#fafd39 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafd39 on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.2%
Blue22.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow77.5%
Key (black)0.8%
Color previews
#fafd39 text on a black background
contrast 19.17:1
Card sample
#fafd39 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafd39;
Background color
Panel with #fafd39 background
background-color: #fafd39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafd39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 253, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 253, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafd39; background: linear-gradient(135deg, #fafd39, #77FD39);