#fabf39
a balanced, electric yellow · warm · closest name: orange
RGB
250, 191, 57
HSL
42°, 95%, 60%
CMYK
0, 24, 77, 2
Luminance
0.5788
Every format
| HEX | #fabf39 |
| RGB | rgb(250, 191, 57) |
| HSL | hsl(42, 95%, 60%) |
| CMYK | cmyk(0%, 24%, 77%, 2%) |
| LAB | lab(80.7 9.3 70.9) |
| LCH | lch(80.7 71.5 82.5) |
| OKLCH | oklch(0.837 0.155 83.2) |
Copy-ready code
/* CSS */
color: #fabf39;
background-color: #fabf39;
/* Tailwind (arbitrary) */
class="text-[#fabf39] bg-[#fabf39]"
/* SCSS */
$brand: #fabf39;
/* SwiftUI */
Color(red: 0.980, green: 0.749, blue: 0.224)
/* Android */
Color.parseColor("#fabf39")Accessibility — WCAG contrast
Aa
#fabf39 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabf39 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow77.2%
Key (black)2.0%
Color previews
#fabf39 text on a black background
contrast 12.58:1
Card sample
#fabf39 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabf39;
Background color
Panel with #fabf39 background
background-color: #fabf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 191, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 191, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabf39; background: linear-gradient(135deg, #fabf39, #B4FA39);