#fcfd90
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 144
HSL
61°, 97%, 78%
CMYK
0, 0, 43, 1
Luminance
0.9296
Every format
| HEX | #fcfd90 |
| RGB | rgb(252, 253, 144) |
| HSL | hsl(61, 97%, 78%) |
| CMYK | cmyk(0%, 0%, 43%, 1%) |
| LAB | lab(97.2 -15.3 51.8) |
| LCH | lch(97.2 54.0 106.4) |
| OKLCH | oklch(0.971 0.132 109.1) |
Copy-ready code
/* CSS */
color: #fcfd90;
background-color: #fcfd90;
/* Tailwind (arbitrary) */
class="text-[#fcfd90] bg-[#fcfd90]"
/* SCSS */
$brand: #fcfd90;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.565)
/* Android */
Color.parseColor("#fcfd90")Accessibility — WCAG contrast
Aa
#fcfd90 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd90 on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue56.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow43.1%
Key (black)0.8%
Color previews
#fcfd90 text on a black background
contrast 19.59:1
Card sample
#fcfd90 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd90;
Background color
Panel with #fcfd90 background
background-color: #fcfd90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd90; background: linear-gradient(135deg, #fcfd90, #B3FD90);