#fef856
a light, electric yellow · cool · closest name: yellow
RGB
254, 248, 86
HSL
58°, 99%, 67%
CMYK
0, 2, 66, 0
Luminance
0.8888
Every format
| HEX | #fef856 |
| RGB | rgb(254, 248, 86) |
| HSL | hsl(58, 99%, 67%) |
| CMYK | cmyk(0%, 2%, 66%, 0%) |
| LAB | lab(95.5 -16.4 75.0) |
| LCH | lch(95.5 76.8 102.3) |
| OKLCH | oklch(0.956 0.176 107.2) |
Copy-ready code
/* CSS */
color: #fef856;
background-color: #fef856;
/* Tailwind (arbitrary) */
class="text-[#fef856] bg-[#fef856]"
/* SCSS */
$brand: #fef856;
/* SwiftUI */
Color(red: 0.996, green: 0.973, blue: 0.337)
/* Android */
Color.parseColor("#fef856")Accessibility — WCAG contrast
Aa
#fef856 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef856 on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow66.1%
Key (black)0.4%
Color previews
#fef856 text on a black background
contrast 18.78:1
Card sample
#fef856 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef856;
Background color
Panel with #fef856 background
background-color: #fef856;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef856;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 248, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 248, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef856; background: linear-gradient(135deg, #fef856, #94FE56);