#fffc46
a balanced, electric yellow · cool · closest name: yellow
RGB
255, 252, 70
HSL
59°, 100%, 64%
CMYK
0, 1, 73, 0
Luminance
0.9132
Every format
| HEX | #fffc46 |
| RGB | rgb(255, 252, 70) |
| HSL | hsl(59, 100%, 64%) |
| CMYK | cmyk(0%, 1%, 73%, 0%) |
| LAB | lab(96.5 -18.7 81.6) |
| LCH | lch(96.5 83.7 102.9) |
| OKLCH | oklch(0.964 0.189 108.5) |
Copy-ready code
/* CSS */
color: #fffc46;
background-color: #fffc46;
/* Tailwind (arbitrary) */
class="text-[#fffc46] bg-[#fffc46]"
/* SCSS */
$brand: #fffc46;
/* SwiftUI */
Color(red: 1.000, green: 0.988, blue: 0.275)
/* Android */
Color.parseColor("#fffc46")Accessibility — WCAG contrast
Aa
#fffc46 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffc46 on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.8%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow72.5%
Key (black)0.0%
Color previews
#fffc46 text on a black background
contrast 19.26:1
Card sample
#fffc46 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffc46;
Background color
Panel with #fffc46 background
background-color: #fffc46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffc46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 252, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 252, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffc46; background: linear-gradient(135deg, #fffc46, #87FF46);