#fcfd93
a light, electric yellow · cool · closest name: khaki
RGB
252, 253, 147
HSL
61°, 96%, 78%
CMYK
0, 0, 42, 1
Luminance
0.9305
Every format
| HEX | #fcfd93 |
| RGB | rgb(252, 253, 147) |
| HSL | hsl(61, 96%, 78%) |
| CMYK | cmyk(0%, 0%, 42%, 1%) |
| LAB | lab(97.3 -15.0 50.5) |
| LCH | lch(97.3 52.6 106.6) |
| OKLCH | oklch(0.971 0.129 109.0) |
Copy-ready code
/* CSS */
color: #fcfd93;
background-color: #fcfd93;
/* Tailwind (arbitrary) */
class="text-[#fcfd93] bg-[#fcfd93]"
/* SCSS */
$brand: #fcfd93;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.576)
/* Android */
Color.parseColor("#fcfd93")Accessibility — WCAG contrast
Aa
#fcfd93 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd93 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue57.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow41.9%
Key (black)0.8%
Color previews
#fcfd93 text on a black background
contrast 19.61:1
Card sample
#fcfd93 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd93;
Background color
Panel with #fcfd93 background
background-color: #fcfd93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd93; background: linear-gradient(135deg, #fcfd93, #B5FD93);