#fee188
a light, electric yellow · cool · closest name: khaki
RGB
254, 225, 136
HSL
45°, 98%, 77%
CMYK
0, 11, 47, 0
Luminance
0.7670
Every format
| HEX | #fee188 |
| RGB | rgb(254, 225, 136) |
| HSL | hsl(45, 98%, 77%) |
| CMYK | cmyk(0%, 11%, 47%, 0%) |
| LAB | lab(90.2 -1.4 47.0) |
| LCH | lch(90.2 47.0 91.7) |
| OKLCH | oklch(0.915 0.113 91.9) |
Copy-ready code
/* CSS */
color: #fee188;
background-color: #fee188;
/* Tailwind (arbitrary) */
class="text-[#fee188] bg-[#fee188]"
/* SCSS */
$brand: #fee188;
/* SwiftUI */
Color(red: 0.996, green: 0.882, blue: 0.533)
/* Android */
Color.parseColor("#fee188")Accessibility — WCAG contrast
Aa
#fee188 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee188 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.2%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow46.5%
Key (black)0.4%
Color previews
#fee188 text on a black background
contrast 16.34:1
Card sample
#fee188 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee188;
Background color
Panel with #fee188 background
background-color: #fee188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 225, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 225, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee188; background: linear-gradient(135deg, #fee188, #CCFE88);