#fffc3a
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 252, 58
HSL
59°, 100%, 61%
CMYK
0, 1, 77, 0
Luminance
0.9119
Every format
| HEX | #fffc3a |
| RGB | rgb(255, 252, 58) |
| HSL | hsl(59, 100%, 61%) |
| CMYK | cmyk(0%, 1%, 77%, 0%) |
| LAB | lab(96.5 -19.1 85.1) |
| LCH | lch(96.5 87.2 102.7) |
| OKLCH | oklch(0.963 0.195 108.6) |
Copy-ready code
/* CSS */
color: #fffc3a;
background-color: #fffc3a;
/* Tailwind (arbitrary) */
class="text-[#fffc3a] bg-[#fffc3a]"
/* SCSS */
$brand: #fffc3a;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.227)
/* Android */
Color.parseColor("#fffc3a")Accessibility — WCAG contrast
Aa
#fffc3a on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc3a on black: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow77.3%
Key (black)0.0%
Color previews
#fffc3a text on a black background
contrast 19.24:1
Card sample
#fffc3a text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc3a;
Background color
Panel with #fffc3a background
background-color: #fffc3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc3a; background: linear-gradient(135deg, #fffc3a, #7FFF3A);