#fcfa13
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 250, 19
HSL
60°, 98%, 53%
CMYK
0, 1, 93, 1
Luminance
0.8911
Every format
| HEX | #fcfa13 |
| RGB | rgb(252, 250, 19) |
| HSL | hsl(60, 98%, 53%) |
| CMYK | cmyk(0%, 1%, 93%, 1%) |
| LAB | lab(95.6 -20.3 91.8) |
| LCH | lch(95.6 94.0 102.4) |
| OKLCH | oklch(0.955 0.205 109.1) |
Copy-ready code
/* CSS */
color: #fcfa13;
background-color: #fcfa13;
/* Tailwind (arbitrary) */
class="text-[#fcfa13] bg-[#fcfa13]"
/* SCSS */
$brand: #fcfa13;
/* SwiftUI */
Color(red: 0.988, green: 0.980, blue: 0.075)
/* Android */
Color.parseColor("#fcfa13")Accessibility — WCAG contrast
Aa
#fcfa13 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfa13 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow92.5%
Key (black)1.2%
Color previews
#fcfa13 text on a black background
contrast 18.82:1
Card sample
#fcfa13 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfa13;
Background color
Panel with #fcfa13 background
background-color: #fcfa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 250, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 250, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfa13; background: linear-gradient(135deg, #fcfa13, #62FC13);