#fef360
a light, electric yellow · cool · closest name: gold
RGB
254, 243, 96
HSL
56°, 99%, 69%
CMYK
0, 4, 62, 0
Luminance
0.8602
Every format
| HEX | #fef360 |
| RGB | rgb(254, 243, 96) |
| HSL | hsl(56, 99%, 69%) |
| CMYK | cmyk(0%, 4%, 62%, 0%) |
| LAB | lab(94.3 -13.4 69.9) |
| LCH | lch(94.3 71.2 100.9) |
| OKLCH | oklch(0.946 0.165 105.0) |
Copy-ready code
/* CSS */
color: #fef360;
background-color: #fef360;
/* Tailwind (arbitrary) */
class="text-[#fef360] bg-[#fef360]"
/* SCSS */
$brand: #fef360;
/* SwiftUI */
Color(red: 0.996, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#fef360")Accessibility — WCAG contrast
Aa
#fef360 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef360 on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow62.2%
Key (black)0.4%
Color previews
#fef360 text on a black background
contrast 18.20:1
Card sample
#fef360 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef360;
Background color
Panel with #fef360 background
background-color: #fef360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef360; background: linear-gradient(135deg, #fef360, #A0FE60);