#feee65
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 101
HSL
54°, 99%, 70%
CMYK
0, 6, 60, 0
Luminance
0.8316
Every format
| HEX | #feee65 |
| RGB | rgb(254, 238, 101) |
| HSL | hsl(54, 99%, 70%) |
| CMYK | cmyk(0%, 6%, 60%, 0%) |
| LAB | lab(93.1 -10.6 66.5) |
| LCH | lch(93.1 67.3 99.1) |
| OKLCH | oklch(0.937 0.156 102.7) |
Copy-ready code
/* CSS */
color: #feee65;
background-color: #feee65;
/* Tailwind (arbitrary) */
class="text-[#feee65] bg-[#feee65]"
/* SCSS */
$brand: #feee65;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.396)
/* Android */
Color.parseColor("#feee65")Accessibility — WCAG contrast
Aa
#feee65 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee65 on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow60.2%
Key (black)0.4%
Color previews
#feee65 text on a black background
contrast 17.63:1
Card sample
#feee65 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee65;
Background color
Panel with #feee65 background
background-color: #feee65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee65; background: linear-gradient(135deg, #feee65, #A8FE65);