#fcfd69
a light, electric yellow · cool · closest name: yellow
RGB
252, 253, 105
HSL
60°, 97%, 70%
CMYK
0, 0, 59, 1
Luminance
0.9197
Every format
| HEX | #fcfd69 |
| RGB | rgb(252, 253, 105) |
| HSL | hsl(60, 97%, 70%) |
| CMYK | cmyk(0%, 0%, 59%, 1%) |
| LAB | lab(96.8 -18.5 68.8) |
| LCH | lch(96.8 71.3 105.0) |
| OKLCH | oklch(0.966 0.168 109.5) |
Copy-ready code
/* CSS */
color: #fcfd69;
background-color: #fcfd69;
/* Tailwind (arbitrary) */
class="text-[#fcfd69] bg-[#fcfd69]"
/* SCSS */
$brand: #fcfd69;
/* SwiftUI */
Color(red: 0.988, green: 0.992, blue: 0.412)
/* Android */
Color.parseColor("#fcfd69")Accessibility — WCAG contrast
Aa
#fcfd69 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfd69 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.2%
Blue41.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow58.5%
Key (black)0.8%
Color previews
#fcfd69 text on a black background
contrast 19.39:1
Card sample
#fcfd69 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfd69;
Background color
Panel with #fcfd69 background
background-color: #fcfd69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfd69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 253, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 253, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfd69; background: linear-gradient(135deg, #fcfd69, #99FD69);