#fffc5f
a light, electric yellow · cool · closest name: yellow
RGB
255, 252, 95
HSL
59°, 100%, 69%
CMYK
0, 1, 63, 0
Luminance
0.9171
Every format
| HEX | #fffc5f |
| RGB | rgb(255, 252, 95) |
| HSL | hsl(59, 100%, 69%) |
| CMYK | cmyk(0%, 1%, 63%, 0%) |
| LAB | lab(96.7 -17.4 72.8) |
| LCH | lch(96.7 74.9 103.5) |
| OKLCH | oklch(0.966 0.173 108.2) |
Copy-ready code
/* CSS */
color: #fffc5f;
background-color: #fffc5f;
/* Tailwind (arbitrary) */
class="text-[#fffc5f] bg-[#fffc5f]"
/* SCSS */
$brand: #fffc5f;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#fffc5f")Accessibility — WCAG contrast
Aa
#fffc5f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc5f on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow62.7%
Key (black)0.0%
Color previews
#fffc5f text on a black background
contrast 19.34:1
Card sample
#fffc5f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc5f;
Background color
Panel with #fffc5f background
background-color: #fffc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc5f; background: linear-gradient(135deg, #fffc5f, #97FF5F);