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