#fefd69
a light, electric yellow · cool · closest name: yellow
RGB
254, 253, 105
HSL
60°, 99%, 70%
CMYK
0, 0, 59, 0
Luminance
0.9234
Every format
| HEX | #fefd69 |
| RGB | rgb(254, 253, 105) |
| HSL | hsl(60, 99%, 70%) |
| CMYK | cmyk(0%, 0%, 59%, 0%) |
| LAB | lab(97.0 -17.7 69.0) |
| LCH | lch(97.0 71.3 104.4) |
| OKLCH | oklch(0.968 0.167 108.8) |
Copy-ready code
/* CSS */
color: #fefd69;
background-color: #fefd69;
/* Tailwind (arbitrary) */
class="text-[#fefd69] bg-[#fefd69]"
/* SCSS */
$brand: #fefd69;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.412)
/* Android */
Color.parseColor("#fefd69")Accessibility — WCAG contrast
Aa
#fefd69 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefd69 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow58.7%
Key (black)0.4%
Color previews
#fefd69 text on a black background
contrast 19.47:1
Card sample
#fefd69 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefd69;
Background color
Panel with #fefd69 background
background-color: #fefd69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefd69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefd69; background: linear-gradient(135deg, #fefd69, #9CFE69);