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