#fcfe4f
a light, electric yellow · cool · closest name: yellow
RGB
252, 254, 79
HSL
61°, 99%, 65%
CMYK
1, 0, 69, 0
Luminance
0.9214
Every format
| HEX | #fcfe4f |
| RGB | rgb(252, 254, 79) |
| HSL | hsl(61, 99%, 65%) |
| CMYK | cmyk(1%, 0%, 69%, 0%) |
| LAB | lab(96.9 -20.4 78.8) |
| LCH | lch(96.9 81.5 104.5) |
| OKLCH | oklch(0.966 0.186 110.1) |
Copy-ready code
/* CSS */
color: #fcfe4f;
background-color: #fcfe4f;
/* Tailwind (arbitrary) */
class="text-[#fcfe4f] bg-[#fcfe4f]"
/* SCSS */
$brand: #fcfe4f;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.310)
/* Android */
Color.parseColor("#fcfe4f")Accessibility — WCAG contrast
Aa
#fcfe4f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfe4f on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue31.0%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow68.9%
Key (black)0.4%
Color previews
#fcfe4f text on a black background
contrast 19.43:1
Card sample
#fcfe4f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfe4f;
Background color
Panel with #fcfe4f background
background-color: #fcfe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfe4f; background: linear-gradient(135deg, #fcfe4f, #87FE4F);