#fef481
a light, electric yellow · cool · closest name: khaki
RGB
254, 244, 129
HSL
55°, 98%, 75%
CMYK
0, 4, 49, 0
Luminance
0.8736
Every format
| HEX | #fef481 |
| RGB | rgb(254, 244, 129) |
| HSL | hsl(55, 98%, 75%) |
| CMYK | cmyk(0%, 4%, 49%, 0%) |
| LAB | lab(94.9 -11.5 56.1) |
| LCH | lch(94.9 57.3 101.6) |
| OKLCH | oklch(0.952 0.137 104.2) |
Copy-ready code
/* CSS */
color: #fef481;
background-color: #fef481;
/* Tailwind (arbitrary) */
class="text-[#fef481] bg-[#fef481]"
/* SCSS */
$brand: #fef481;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.506)
/* Android */
Color.parseColor("#fef481")Accessibility — WCAG contrast
Aa
#fef481 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef481 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow49.2%
Key (black)0.4%
Color previews
#fef481 text on a black background
contrast 18.47:1
Card sample
#fef481 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef481;
Background color
Panel with #fef481 background
background-color: #fef481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef481; background: linear-gradient(135deg, #fef481, #B5FE81);