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