#fefe95
a light, electric yellow · cool · closest name: khaki
RGB
254, 254, 149
HSL
60°, 98%, 79%
CMYK
0, 0, 41, 0
Luminance
0.9412
Every format
| HEX | #fefe95 |
| RGB | rgb(254, 254, 149) |
| HSL | hsl(60, 98%, 79%) |
| CMYK | cmyk(0%, 0%, 41%, 0%) |
| LAB | lab(97.7 -14.5 50.1) |
| LCH | lch(97.7 52.1 106.2) |
| OKLCH | oklch(0.975 0.128 108.6) |
Copy-ready code
/* CSS */
color: #fefe95;
background-color: #fefe95;
/* Tailwind (arbitrary) */
class="text-[#fefe95] bg-[#fefe95]"
/* SCSS */
$brand: #fefe95;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.584)
/* Android */
Color.parseColor("#fefe95")Accessibility — WCAG contrast
Aa
#fefe95 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefe95 on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow41.3%
Key (black)0.4%
Color previews
#fefe95 text on a black background
contrast 19.82:1
Card sample
#fefe95 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefe95;
Background color
Panel with #fefe95 background
background-color: #fefe95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefe95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefe95; background: linear-gradient(135deg, #fefe95, #B8FE95);