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