#fef60c
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 246, 12
HSL
58°, 99%, 52%
CMYK
0, 3, 95, 0
Luminance
0.8701
Every format
| HEX | #fef60c |
| RGB | rgb(254, 246, 12) |
| HSL | hsl(58, 99%, 52%) |
| CMYK | cmyk(0%, 3%, 95%, 0%) |
| LAB | lab(94.7 -17.6 91.8) |
| LCH | lch(94.7 93.5 100.8) |
| OKLCH | oklch(0.949 0.203 107.3) |
Copy-ready code
/* CSS */
color: #fef60c;
background-color: #fef60c;
/* Tailwind (arbitrary) */
class="text-[#fef60c] bg-[#fef60c]"
/* SCSS */
$brand: #fef60c;
/* SwiftUI */
Color(red: 0.996, green: 0.965, blue: 0.047)
/* Android */
Color.parseColor("#fef60c")Accessibility — WCAG contrast
Aa
#fef60c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef60c on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow95.3%
Key (black)0.4%
Color previews
#fef60c text on a black background
contrast 18.40:1
Card sample
#fef60c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef60c;
Background color
Panel with #fef60c background
background-color: #fef60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 246, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 246, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef60c; background: linear-gradient(135deg, #fef60c, #65FE0C);