#fcfcba
a pale, electric yellow · cool · closest name: khaki
RGB
252, 252, 186
HSL
60°, 92%, 86%
CMYK
0, 0, 26, 1
Luminance
0.9386
Every format
| HEX | #fcfcba |
| RGB | rgb(252, 252, 186) |
| HSL | hsl(60, 92%, 86%) |
| CMYK | cmyk(0%, 0%, 26%, 1%) |
| LAB | lab(97.6 -10.1 31.7) |
| LCH | lch(97.6 33.3 107.6) |
| OKLCH | oklch(0.976 0.084 107.9) |
Copy-ready code
/* CSS */
color: #fcfcba;
background-color: #fcfcba;
/* Tailwind (arbitrary) */
class="text-[#fcfcba] bg-[#fcfcba]"
/* SCSS */
$brand: #fcfcba;
/* SwiftUI */
Color(red: 0.988, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#fcfcba")Accessibility — WCAG contrast
Aa
#fcfcba on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfcba on black: 19.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green98.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#fcfcba text on a black background
contrast 19.77:1
Card sample
#fcfcba text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfcba;
Background color
Panel with #fcfcba background
background-color: #fcfcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfcba; background: linear-gradient(135deg, #fcfcba, #D0FCBA);