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