#facb3c
a balanced, electric yellow · cool · closest name: gold
RGB
250, 203, 60
HSL
45°, 95%, 61%
CMYK
0, 19, 76, 2
Luminance
0.6336
Every format
| HEX | #facb3c |
| RGB | rgb(250, 203, 60) |
| HSL | hsl(45, 95%, 61%) |
| CMYK | cmyk(0%, 19%, 76%, 2%) |
| LAB | lab(83.6 3.2 72.7) |
| LCH | lch(83.6 72.7 87.4) |
| OKLCH | oklch(0.860 0.159 89.6) |
Copy-ready code
/* CSS */
color: #facb3c;
background-color: #facb3c;
/* Tailwind (arbitrary) */
class="text-[#facb3c] bg-[#facb3c]"
/* SCSS */
$brand: #facb3c;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.235)
/* Android */
Color.parseColor("#facb3c")Accessibility — WCAG contrast
Aa
#facb3c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facb3c on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow76.0%
Key (black)2.0%
Color previews
#facb3c text on a black background
contrast 13.67:1
Card sample
#facb3c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facb3c;
Background color
Panel with #facb3c background
background-color: #facb3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facb3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facb3c; background: linear-gradient(135deg, #facb3c, #AAFA3C);