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