#fcf293
a light, electric yellow · cool · closest name: khaki
RGB
252, 242, 147
HSL
54°, 95%, 78%
CMYK
0, 4, 42, 1
Luminance
0.8631
Every format
| HEX | #fcf293 |
| RGB | rgb(252, 242, 147) |
| HSL | hsl(54, 95%, 78%) |
| CMYK | cmyk(0%, 4%, 42%, 1%) |
| LAB | lab(94.4 -9.6 47.0) |
| LCH | lch(94.4 47.9 101.6) |
| OKLCH | oklch(0.949 0.117 103.1) |
Copy-ready code
/* CSS */
color: #fcf293;
background-color: #fcf293;
/* Tailwind (arbitrary) */
class="text-[#fcf293] bg-[#fcf293]"
/* SCSS */
$brand: #fcf293;
/* SwiftUI */
Color(red: 0.988, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#fcf293")Accessibility — WCAG contrast
Aa
#fcf293 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf293 on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow41.7%
Key (black)1.2%
Color previews
#fcf293 text on a black background
contrast 18.26:1
Card sample
#fcf293 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf293;
Background color
Panel with #fcf293 background
background-color: #fcf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf293; background: linear-gradient(135deg, #fcf293, #C0FC93);