#fffc2d
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 252, 45
HSL
59°, 100%, 59%
CMYK
0, 1, 82, 0
Luminance
0.9107
Every format
| HEX | #fffc2d |
| RGB | rgb(255, 252, 45) |
| HSL | hsl(59, 100%, 59%) |
| CMYK | cmyk(0%, 1%, 82%, 0%) |
| LAB | lab(96.4 -19.5 88.3) |
| LCH | lch(96.4 90.4 102.5) |
| OKLCH | oklch(0.963 0.200 108.7) |
Copy-ready code
/* CSS */
color: #fffc2d;
background-color: #fffc2d;
/* Tailwind (arbitrary) */
class="text-[#fffc2d] bg-[#fffc2d]"
/* SCSS */
$brand: #fffc2d;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.176)
/* Android */
Color.parseColor("#fffc2d")Accessibility — WCAG contrast
Aa
#fffc2d on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc2d on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow82.4%
Key (black)0.0%
Color previews
#fffc2d text on a black background
contrast 19.21:1
Card sample
#fffc2d text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc2d;
Background color
Panel with #fffc2d background
background-color: #fffc2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc2d; background: linear-gradient(135deg, #fffc2d, #76FF2D);