#fcfd38
a balanced, electric yellow · cool · closest name: yellow
RGB
252, 253, 56
HSL
60°, 98%, 61%
CMYK
0, 0, 78, 1
Luminance
0.9123
Every format
| HEX | #fcfd38 |
| RGB | rgb(252, 253, 56) |
| HSL | hsl(60, 98%, 61%) |
| CMYK | cmyk(0%, 0%, 78%, 1%) |
| LAB | lab(96.5 -20.9 85.5) |
| LCH | lch(96.5 88.1 103.7) |
| OKLCH | oklch(0.963 0.197 109.9) |
Copy-ready code
/* CSS */
color: #fcfd38;
background-color: #fcfd38;
/* Tailwind (arbitrary) */
class="text-[#fcfd38] bg-[#fcfd38]"
/* SCSS */
$brand: #fcfd38;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.220)
/* Android */
Color.parseColor("#fcfd38")Accessibility — WCAG contrast
Aa
#fcfd38 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd38 on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue22.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow77.9%
Key (black)0.8%
Color previews
#fcfd38 text on a black background
contrast 19.25:1
Card sample
#fcfd38 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd38;
Background color
Panel with #fcfd38 background
background-color: #fcfd38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd38; background: linear-gradient(135deg, #fcfd38, #79FD38);