#fffe88
a light, electric yellow · cool · closest name: khaki
RGB
255, 254, 136
HSL
60°, 100%, 77%
CMYK
0, 0, 47, 0
Luminance
0.9392
Every format
| HEX | #fffe88 |
| RGB | rgb(255, 254, 136) |
| HSL | hsl(60, 100%, 77%) |
| CMYK | cmyk(0%, 0%, 47%, 0%) |
| LAB | lab(97.6 -15.4 56.1) |
| LCH | lch(97.6 58.2 105.3) |
| OKLCH | oklch(0.974 0.141 108.3) |
Copy-ready code
/* CSS */
color: #fffe88;
background-color: #fffe88;
/* Tailwind (arbitrary) */
class="text-[#fffe88] bg-[#fffe88]"
/* SCSS */
$brand: #fffe88;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.533)
/* Android */
Color.parseColor("#fffe88")Accessibility — WCAG contrast
Aa
#fffe88 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffe88 on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow46.7%
Key (black)0.0%
Color previews
#fffe88 text on a black background
contrast 19.78:1
Card sample
#fffe88 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffe88;
Background color
Panel with #fffe88 background
background-color: #fffe88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffe88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffe88; background: linear-gradient(135deg, #fffe88, #B1FF88);