#faf337
a balanced, electric yellow · cool · closest name: yellow
RGB
250, 243, 55
HSL
58°, 95%, 60%
CMYK
0, 3, 78, 2
Luminance
0.8470
Every format
| HEX | #faf337 |
| RGB | rgb(250, 243, 55) |
| HSL | hsl(58, 95%, 60%) |
| CMYK | cmyk(0%, 3%, 78%, 2%) |
| LAB | lab(93.8 -16.9 83.3) |
| LCH | lch(93.8 85.0 101.5) |
| OKLCH | oklch(0.940 0.189 107.3) |
Copy-ready code
/* CSS */
color: #faf337;
background-color: #faf337;
/* Tailwind (arbitrary) */
class="text-[#faf337] bg-[#faf337]"
/* SCSS */
$brand: #faf337;
/* SwiftUI */
Color(red: 0.980, green: 0.953, blue: 0.216)
/* Android */
Color.parseColor("#faf337")Accessibility — WCAG contrast
Aa
#faf337 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf337 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow78.0%
Key (black)2.0%
Color previews
#faf337 text on a black background
contrast 17.94:1
Card sample
#faf337 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf337;
Background color
Panel with #faf337 background
background-color: #faf337;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf337;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 243, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 243, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf337; background: linear-gradient(135deg, #faf337, #7FFA37);