#facf4b
a balanced, electric yellow · cool · closest name: gold
RGB
250, 207, 75
HSL
45°, 95%, 64%
CMYK
0, 17, 70, 2
Luminance
0.6546
Every format
| HEX | #facf4b |
| RGB | rgb(250, 207, 75) |
| HSL | hsl(45, 95%, 64%) |
| CMYK | cmyk(0%, 17%, 70%, 2%) |
| LAB | lab(84.7 1.8 68.2) |
| LCH | lch(84.7 68.2 88.5) |
| OKLCH | oklch(0.869 0.152 90.5) |
Copy-ready code
/* CSS */
color: #facf4b;
background-color: #facf4b;
/* Tailwind (arbitrary) */
class="text-[#facf4b] bg-[#facf4b]"
/* SCSS */
$brand: #facf4b;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.294)
/* Android */
Color.parseColor("#facf4b")Accessibility — WCAG contrast
Aa
#facf4b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facf4b on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow70.0%
Key (black)2.0%
Color previews
#facf4b text on a black background
contrast 14.09:1
Card sample
#facf4b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facf4b;
Background color
Panel with #facf4b background
background-color: #facf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facf4b; background: linear-gradient(135deg, #facf4b, #B0FA4B);