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