#fcf0ac
a light, electric yellow · cool · closest name: khaki
RGB
252, 240, 172
HSL
51°, 93%, 83%
CMYK
0, 5, 32, 1
Luminance
0.8599
Every format
| HEX | #fcf0ac |
| RGB | rgb(252, 240, 172) |
| HSL | hsl(51, 93%, 83%) |
| CMYK | cmyk(0%, 5%, 32%, 1%) |
| LAB | lab(94.3 -5.9 34.4) |
| LCH | lch(94.3 34.9 99.7) |
| OKLCH | oklch(0.949 0.087 99.3) |
Copy-ready code
/* CSS */
color: #fcf0ac;
background-color: #fcf0ac;
/* Tailwind (arbitrary) */
class="text-[#fcf0ac] bg-[#fcf0ac]"
/* SCSS */
$brand: #fcf0ac;
/* SwiftUI */
Color(red: 0.988, green: 0.941, blue: 0.675)
/* Android */
Color.parseColor("#fcf0ac")Accessibility — WCAG contrast
Aa
#fcf0ac on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf0ac on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green94.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow31.7%
Key (black)1.2%
Color previews
#fcf0ac text on a black background
contrast 18.20:1
Card sample
#fcf0ac text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf0ac;
Background color
Panel with #fcf0ac background
background-color: #fcf0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 240, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 240, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf0ac; background: linear-gradient(135deg, #fcf0ac, #D3FCAC);