#fcf7ab
a light, electric yellow · cool · closest name: khaki
RGB
252, 247, 171
HSL
56°, 93%, 83%
CMYK
0, 2, 32, 1
Luminance
0.9016
Every format
| HEX | #fcf7ab |
| RGB | rgb(252, 247, 171) |
| HSL | hsl(56, 93%, 83%) |
| CMYK | cmyk(0%, 2%, 32%, 1%) |
| LAB | lab(96.1 -9.5 37.2) |
| LCH | lch(96.1 38.4 104.3) |
| OKLCH | oklch(0.963 0.096 104.9) |
Copy-ready code
/* CSS */
color: #fcf7ab;
background-color: #fcf7ab;
/* Tailwind (arbitrary) */
class="text-[#fcf7ab] bg-[#fcf7ab]"
/* SCSS */
$brand: #fcf7ab;
/* SwiftUI */
Color(red: 0.988, green: 0.969, blue: 0.671)
/* Android */
Color.parseColor("#fcf7ab")Accessibility — WCAG contrast
Aa
#fcf7ab on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf7ab on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green96.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow32.1%
Key (black)1.2%
Color previews
#fcf7ab text on a black background
contrast 19.03:1
Card sample
#fcf7ab text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf7ab;
Background color
Panel with #fcf7ab background
background-color: #fcf7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 247, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 247, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf7ab; background: linear-gradient(135deg, #fcf7ab, #CBFCAB);