#fcfc4f
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 252, 79
HSL
60°, 97%, 65%
CMYK
0, 0, 69, 1
Luminance
0.9088
Every format
| HEX | #fcfc4f |
| RGB | rgb(252, 252, 79) |
| HSL | hsl(60, 97%, 65%) |
| CMYK | cmyk(0%, 0%, 69%, 1%) |
| LAB | lab(96.4 -19.5 78.3) |
| LCH | lch(96.4 80.7 104.0) |
| OKLCH | oklch(0.962 0.185 109.4) |
Copy-ready code
/* CSS */
color: #fcfc4f;
background-color: #fcfc4f;
/* Tailwind (arbitrary) */
class="text-[#fcfc4f] bg-[#fcfc4f]"
/* SCSS */
$brand: #fcfc4f;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.310)
/* Android */
Color.parseColor("#fcfc4f")Accessibility — WCAG contrast
Aa
#fcfc4f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfc4f on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow68.7%
Key (black)1.2%
Color previews
#fcfc4f text on a black background
contrast 19.18:1
Card sample
#fcfc4f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfc4f;
Background color
Panel with #fcfc4f background
background-color: #fcfc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfc4f; background: linear-gradient(135deg, #fcfc4f, #89FC4F);