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