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