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