#fef06d
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 109
HSL
54°, 99%, 71%
CMYK
0, 6, 57, 0
Luminance
0.8450
Every format
| HEX | #fef06d |
| RGB | rgb(254, 240, 109) |
| HSL | hsl(54, 99%, 71%) |
| CMYK | cmyk(0%, 6%, 57%, 0%) |
| LAB | lab(93.7 -11.1 63.7) |
| LCH | lch(93.7 64.7 99.9) |
| OKLCH | oklch(0.942 0.151 103.2) |
Copy-ready code
/* CSS */
color: #fef06d;
background-color: #fef06d;
/* Tailwind (arbitrary) */
class="text-[#fef06d] bg-[#fef06d]"
/* SCSS */
$brand: #fef06d;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.427)
/* Android */
Color.parseColor("#fef06d")Accessibility — WCAG contrast
Aa
#fef06d on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef06d on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow57.1%
Key (black)0.4%
Color previews
#fef06d text on a black background
contrast 17.90:1
Card sample
#fef06d text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef06d;
Background color
Panel with #fef06d background
background-color: #fef06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef06d; background: linear-gradient(135deg, #fef06d, #ABFE6D);