#fcf310
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 243, 16
HSL
58°, 98%, 53%
CMYK
0, 4, 94, 1
Luminance
0.8483
Every format
| HEX | #fcf310 |
| RGB | rgb(252, 243, 16) |
| HSL | hsl(58, 98%, 53%) |
| CMYK | cmyk(0%, 4%, 94%, 1%) |
| LAB | lab(93.8 -16.9 90.7) |
| LCH | lch(93.8 92.3 100.6) |
| OKLCH | oklch(0.941 0.200 106.9) |
Copy-ready code
/* CSS */
color: #fcf310;
background-color: #fcf310;
/* Tailwind (arbitrary) */
class="text-[#fcf310] bg-[#fcf310]"
/* SCSS */
$brand: #fcf310;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#fcf310")Accessibility — WCAG contrast
Aa
#fcf310 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf310 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow93.7%
Key (black)1.2%
Color previews
#fcf310 text on a black background
contrast 17.97:1
Card sample
#fcf310 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf310;
Background color
Panel with #fcf310 background
background-color: #fcf310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf310; background: linear-gradient(135deg, #fcf310, #68FC10);