#fff04c
a balanced, electric yellow · cool · closest name: gold
RGB
255, 240, 76
HSL
55°, 100%, 65%
CMYK
0, 6, 70, 0
Luminance
0.8410
Every format
| HEX | #fff04c |
| RGB | rgb(255, 240, 76) |
| HSL | hsl(55, 100%, 65%) |
| CMYK | cmyk(0%, 6%, 70%, 0%) |
| LAB | lab(93.5 -12.6 76.7) |
| LCH | lch(93.5 77.7 99.3) |
| OKLCH | oklch(0.940 0.175 104.0) |
Copy-ready code
/* CSS */
color: #fff04c;
background-color: #fff04c;
/* Tailwind (arbitrary) */
class="text-[#fff04c] bg-[#fff04c]"
/* SCSS */
$brand: #fff04c;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.298)
/* Android */
Color.parseColor("#fff04c")Accessibility — WCAG contrast
Aa
#fff04c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff04c on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow70.2%
Key (black)0.0%
Color previews
#fff04c text on a black background
contrast 17.82:1
Card sample
#fff04c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff04c;
Background color
Panel with #fff04c background
background-color: #fff04c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff04c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff04c; background: linear-gradient(135deg, #fff04c, #97FF4C);