#feeba2
a light, electric yellow · cool · closest name: khaki
RGB
254, 235, 162
HSL
48°, 98%, 82%
CMYK
0, 8, 36, 0
Luminance
0.8310
Every format
| HEX | #feeba2 |
| RGB | rgb(254, 235, 162) |
| HSL | hsl(48, 98%, 82%) |
| CMYK | cmyk(0%, 8%, 36%, 0%) |
| LAB | lab(93.1 -3.8 37.8) |
| LCH | lch(93.1 38.0 95.7) |
| OKLCH | oklch(0.939 0.094 95.3) |
Copy-ready code
/* CSS */
color: #feeba2;
background-color: #feeba2;
/* Tailwind (arbitrary) */
class="text-[#feeba2] bg-[#feeba2]"
/* SCSS */
$brand: #feeba2;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.635)
/* Android */
Color.parseColor("#feeba2")Accessibility — WCAG contrast
Aa
#feeba2 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeba2 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow36.2%
Key (black)0.4%
Color previews
#feeba2 text on a black background
contrast 17.62:1
Card sample
#feeba2 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeba2;
Background color
Panel with #feeba2 background
background-color: #feeba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeba2; background: linear-gradient(135deg, #feeba2, #D4FEA2);