#fcf6ba
a pale, electric yellow · cool · closest name: khaki
RGB
252, 246, 186
HSL
55°, 92%, 86%
CMYK
0, 2, 26, 1
Luminance
0.9015
Every format
| HEX | #fcf6ba |
| RGB | rgb(252, 246, 186) |
| HSL | hsl(55, 92%, 86%) |
| CMYK | cmyk(0%, 2%, 26%, 1%) |
| LAB | lab(96.1 -7.1 29.7) |
| LCH | lch(96.1 30.5 103.5) |
| OKLCH | oklch(0.964 0.077 102.9) |
Copy-ready code
/* CSS */
color: #fcf6ba;
background-color: #fcf6ba;
/* Tailwind (arbitrary) */
class="text-[#fcf6ba] bg-[#fcf6ba]"
/* SCSS */
$brand: #fcf6ba;
/* SwiftUI */
Color(red: 0.988, green: 0.965, blue: 0.729)
/* Android */
Color.parseColor("#fcf6ba")Accessibility — WCAG contrast
Aa
#fcf6ba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf6ba on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fcf6ba text on a black background
contrast 19.03:1
Card sample
#fcf6ba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf6ba;
Background color
Panel with #fcf6ba background
background-color: #fcf6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 246, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 246, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf6ba; background: linear-gradient(135deg, #fcf6ba, #D6FCBA);