#fcfd89
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 137
HSL
61°, 97%, 77%
CMYK
0, 0, 46, 1
Luminance
0.9275
Every format
| HEX | #fcfd89 |
| RGB | rgb(252, 253, 137) |
| HSL | hsl(61, 97%, 77%) |
| CMYK | cmyk(0%, 0%, 46%, 1%) |
| LAB | lab(97.1 -15.9 55.0) |
| LCH | lch(97.1 57.3 106.2) |
| OKLCH | oklch(0.970 0.139 109.2) |
Copy-ready code
/* CSS */
color: #fcfd89;
background-color: #fcfd89;
/* Tailwind (arbitrary) */
class="text-[#fcfd89] bg-[#fcfd89]"
/* SCSS */
$brand: #fcfd89;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.537)
/* Android */
Color.parseColor("#fcfd89")Accessibility — WCAG contrast
Aa
#fcfd89 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd89 on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue53.7%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow45.8%
Key (black)0.8%
Color previews
#fcfd89 text on a black background
contrast 19.55:1
Card sample
#fcfd89 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd89;
Background color
Panel with #fcfd89 background
background-color: #fcfd89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd89; background: linear-gradient(135deg, #fcfd89, #AFFD89);