#fef652
a light, electric yellow · cool · closest name: gold
RGB
254, 246, 82
HSL
57°, 99%, 66%
CMYK
0, 3, 68, 0
Luminance
0.8759
Every format
| HEX | #fef652 |
| RGB | rgb(254, 246, 82) |
| HSL | hsl(57, 99%, 66%) |
| CMYK | cmyk(0%, 3%, 68%, 0%) |
| LAB | lab(95.0 -15.6 76.0) |
| LCH | lch(95.0 77.5 101.6) |
| OKLCH | oklch(0.951 0.177 106.6) |
Copy-ready code
/* CSS */
color: #fef652;
background-color: #fef652;
/* Tailwind (arbitrary) */
class="text-[#fef652] bg-[#fef652]"
/* SCSS */
$brand: #fef652;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.322)
/* Android */
Color.parseColor("#fef652")Accessibility — WCAG contrast
Aa
#fef652 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef652 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow67.7%
Key (black)0.4%
Color previews
#fef652 text on a black background
contrast 18.52:1
Card sample
#fef652 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef652;
Background color
Panel with #fef652 background
background-color: #fef652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef652; background: linear-gradient(135deg, #fef652, #93FE52);