#fefc90
a light, electric yellow · cool · closest name: khaki
RGB
254, 252, 144
HSL
59°, 98%, 78%
CMYK
0, 1, 43, 0
Luminance
0.9271
Every format
| HEX | #fefc90 |
| RGB | rgb(254, 252, 144) |
| HSL | hsl(59, 98%, 78%) |
| CMYK | cmyk(0%, 1%, 43%, 0%) |
| LAB | lab(97.1 -14.0 51.8) |
| LCH | lch(97.1 53.6 105.2) |
| OKLCH | oklch(0.970 0.131 107.7) |
Copy-ready code
/* CSS */
color: #fefc90;
background-color: #fefc90;
/* Tailwind (arbitrary) */
class="text-[#fefc90] bg-[#fefc90]"
/* SCSS */
$brand: #fefc90;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.565)
/* Android */
Color.parseColor("#fefc90")Accessibility — WCAG contrast
Aa
#fefc90 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefc90 on black: 19.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow43.3%
Key (black)0.4%
Color previews
#fefc90 text on a black background
contrast 19.54:1
Card sample
#fefc90 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefc90;
Background color
Panel with #fefc90 background
background-color: #fefc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefc90; background: linear-gradient(135deg, #fefc90, #B7FE90);