#facf37
a balanced, electric yellow · cool · closest name: gold
RGB
250, 207, 55
HSL
47°, 95%, 60%
CMYK
0, 17, 78, 2
Luminance
0.6523
Every format
| HEX | #facf37 |
| RGB | rgb(250, 207, 55) |
| HSL | hsl(47, 95%, 60%) |
| CMYK | cmyk(0%, 17%, 78%, 2%) |
| LAB | lab(84.6 1.0 75.2) |
| LCH | lch(84.6 75.2 89.2) |
| OKLCH | oklch(0.868 0.163 92.0) |
Copy-ready code
/* CSS */
color: #facf37;
background-color: #facf37;
/* Tailwind (arbitrary) */
class="text-[#facf37] bg-[#facf37]"
/* SCSS */
$brand: #facf37;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.216)
/* Android */
Color.parseColor("#facf37")Accessibility — WCAG contrast
Aa
#facf37 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf37 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow78.0%
Key (black)2.0%
Color previews
#facf37 text on a black background
contrast 14.05:1
Card sample
#facf37 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf37;
Background color
Panel with #facf37 background
background-color: #facf37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf37; background: linear-gradient(135deg, #facf37, #A3FA37);