#fef682
a light, electric yellow · cool · closest name: khaki
RGB
254, 246, 130
HSL
56°, 98%, 75%
CMYK
0, 3, 49, 0
Luminance
0.8859
Every format
| HEX | #fef682 |
| RGB | rgb(254, 246, 130) |
| HSL | hsl(56, 98%, 75%) |
| CMYK | cmyk(0%, 3%, 49%, 0%) |
| LAB | lab(95.4 -12.4 56.3) |
| LCH | lch(95.4 57.6 102.4) |
| OKLCH | oklch(0.956 0.138 105.2) |
Copy-ready code
/* CSS */
color: #fef682;
background-color: #fef682;
/* Tailwind (arbitrary) */
class="text-[#fef682] bg-[#fef682]"
/* SCSS */
$brand: #fef682;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.510)
/* Android */
Color.parseColor("#fef682")Accessibility — WCAG contrast
Aa
#fef682 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef682 on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow48.8%
Key (black)0.4%
Color previews
#fef682 text on a black background
contrast 18.72:1
Card sample
#fef682 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef682;
Background color
Panel with #fef682 background
background-color: #fef682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef682; background: linear-gradient(135deg, #fef682, #B3FE82);