#fcfc3f
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 252, 63
HSL
60°, 97%, 62%
CMYK
0, 0, 75, 1
Luminance
0.9068
Every format
| HEX | #fcfc3f |
| RGB | rgb(252, 252, 63) |
| HSL | hsl(60, 97%, 62%) |
| CMYK | cmyk(0%, 0%, 75%, 1%) |
| LAB | lab(96.3 -20.2 83.4) |
| LCH | lch(96.3 85.8 103.6) |
| OKLCH | oklch(0.961 0.193 109.5) |
Copy-ready code
/* CSS */
color: #fcfc3f;
background-color: #fcfc3f;
/* Tailwind (arbitrary) */
class="text-[#fcfc3f] bg-[#fcfc3f]"
/* SCSS */
$brand: #fcfc3f;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.247)
/* Android */
Color.parseColor("#fcfc3f")Accessibility — WCAG contrast
Aa
#fcfc3f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfc3f on black: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow75.0%
Key (black)1.2%
Color previews
#fcfc3f text on a black background
contrast 19.14:1
Card sample
#fcfc3f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfc3f;
Background color
Panel with #fcfc3f background
background-color: #fcfc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfc3f; background: linear-gradient(135deg, #fcfc3f, #7EFC3F);