#fcfd80
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 128
HSL
61°, 97%, 75%
CMYK
0, 0, 49, 1
Luminance
0.9250
Every format
| HEX | #fcfd80 |
| RGB | rgb(252, 253, 128) |
| HSL | hsl(61, 97%, 75%) |
| CMYK | cmyk(0%, 0%, 49%, 1%) |
| LAB | lab(97.0 -16.7 59.0) |
| LCH | lch(97.0 61.4 105.8) |
| OKLCH | oklch(0.969 0.148 109.3) |
Copy-ready code
/* CSS */
color: #fcfd80;
background-color: #fcfd80;
/* Tailwind (arbitrary) */
class="text-[#fcfd80] bg-[#fcfd80]"
/* SCSS */
$brand: #fcfd80;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.502)
/* Android */
Color.parseColor("#fcfd80")Accessibility — WCAG contrast
Aa
#fcfd80 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd80 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue50.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow49.4%
Key (black)0.8%
Color previews
#fcfd80 text on a black background
contrast 19.50:1
Card sample
#fcfd80 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd80;
Background color
Panel with #fcfd80 background
background-color: #fcfd80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd80; background: linear-gradient(135deg, #fcfd80, #A9FD80);