#fff59a
a light, electric yellow · cool · closest name: khaki
RGB
255, 245, 154
HSL
54°, 100%, 80%
CMYK
0, 4, 40, 0
Luminance
0.8890
Every format
| HEX | #fff59a |
| RGB | rgb(255, 245, 154) |
| HSL | hsl(54, 100%, 80%) |
| CMYK | cmyk(0%, 4%, 40%, 0%) |
| LAB | lab(95.5 -9.2 45.0) |
| LCH | lch(95.5 45.9 101.6) |
| OKLCH | oklch(0.958 0.113 102.9) |
Copy-ready code
/* CSS */
color: #fff59a;
background-color: #fff59a;
/* Tailwind (arbitrary) */
class="text-[#fff59a] bg-[#fff59a]"
/* SCSS */
$brand: #fff59a;
/* SwiftUI */
Color(red: 1.000, green: 0.961, blue: 0.604)
/* Android */
Color.parseColor("#fff59a")Accessibility — WCAG contrast
Aa
#fff59a on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff59a on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.1%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow39.6%
Key (black)0.0%
Color previews
#fff59a text on a black background
contrast 18.78:1
Card sample
#fff59a text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff59a;
Background color
Panel with #fff59a background
background-color: #fff59a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff59a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 245, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 245, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff59a; background: linear-gradient(135deg, #fff59a, #C6FF9A);