#fcfba2
a light, electric yellow · cool · closest name: khaki
RGB
252, 251, 162
HSL
59°, 94%, 81%
CMYK
0, 0, 36, 1
Luminance
0.9230
Every format
| HEX | #fcfba2 |
| RGB | rgb(252, 251, 162) |
| HSL | hsl(59, 94%, 81%) |
| CMYK | cmyk(0%, 0%, 36%, 1%) |
| LAB | lab(96.9 -12.5 42.8) |
| LCH | lch(96.9 44.6 106.2) |
| OKLCH | oklch(0.969 0.110 107.7) |
Copy-ready code
/* CSS */
color: #fcfba2;
background-color: #fcfba2;
/* Tailwind (arbitrary) */
class="text-[#fcfba2] bg-[#fcfba2]"
/* SCSS */
$brand: #fcfba2;
/* SwiftUI */
Color(red: 0.988, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#fcfba2")Accessibility — WCAG contrast
Aa
#fcfba2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfba2 on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow35.7%
Key (black)1.2%
Color previews
#fcfba2 text on a black background
contrast 19.46:1
Card sample
#fcfba2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfba2;
Background color
Panel with #fcfba2 background
background-color: #fcfba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfba2; background: linear-gradient(135deg, #fcfba2, #C1FCA2);