#fefe9b
a light, electric yellow · cool · closest name: khaki
RGB
254, 254, 155
HSL
60°, 98%, 80%
CMYK
0, 0, 39, 0
Luminance
0.9432
Every format
| HEX | #fefe9b |
| RGB | rgb(254, 254, 155) |
| HSL | hsl(60, 98%, 80%) |
| CMYK | cmyk(0%, 0%, 39%, 0%) |
| LAB | lab(97.8 -13.9 47.3) |
| LCH | lch(97.8 49.3 106.4) |
| OKLCH | oklch(0.976 0.121 108.5) |
Copy-ready code
/* CSS */
color: #fefe9b;
background-color: #fefe9b;
/* Tailwind (arbitrary) */
class="text-[#fefe9b] bg-[#fefe9b]"
/* SCSS */
$brand: #fefe9b;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#fefe9b")Accessibility — WCAG contrast
Aa
#fefe9b on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefe9b on black: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#fefe9b text on a black background
contrast 19.86:1
Card sample
#fefe9b text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefe9b;
Background color
Panel with #fefe9b background
background-color: #fefe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefe9b; background: linear-gradient(135deg, #fefe9b, #BCFE9B);