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