#fef660
a light, electric yellow · cool · closest name: gold
RGB
254, 246, 96
HSL
57°, 99%, 69%
CMYK
0, 3, 62, 0
Luminance
0.8783
Every format
| HEX | #fef660 |
| RGB | rgb(254, 246, 96) |
| HSL | hsl(57, 99%, 69%) |
| CMYK | cmyk(0%, 3%, 62%, 0%) |
| LAB | lab(95.1 -14.9 70.7) |
| LCH | lch(95.1 72.2 101.9) |
| OKLCH | oklch(0.953 0.167 106.3) |
Copy-ready code
/* CSS */
color: #fef660;
background-color: #fef660;
/* Tailwind (arbitrary) */
class="text-[#fef660] bg-[#fef660]"
/* SCSS */
$brand: #fef660;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.376)
/* Android */
Color.parseColor("#fef660")Accessibility — WCAG contrast
Aa
#fef660 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef660 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow62.2%
Key (black)0.4%
Color previews
#fef660 text on a black background
contrast 18.57:1
Card sample
#fef660 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef660;
Background color
Panel with #fef660 background
background-color: #fef660;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef660;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef660; background: linear-gradient(135deg, #fef660, #9CFE60);