#fcf3ac
a light, electric yellow · cool · closest name: khaki
RGB
252, 243, 172
HSL
53°, 93%, 83%
CMYK
0, 4, 32, 1
Luminance
0.8778
Every format
| HEX | #fcf3ac |
| RGB | rgb(252, 243, 172) |
| HSL | hsl(53, 93%, 83%) |
| CMYK | cmyk(0%, 4%, 32%, 1%) |
| LAB | lab(95.1 -7.4 35.4) |
| LCH | lch(95.1 36.2 101.7) |
| OKLCH | oklch(0.955 0.090 101.8) |
Copy-ready code
/* CSS */
color: #fcf3ac;
background-color: #fcf3ac;
/* Tailwind (arbitrary) */
class="text-[#fcf3ac] bg-[#fcf3ac]"
/* SCSS */
$brand: #fcf3ac;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#fcf3ac")Accessibility — WCAG contrast
Aa
#fcf3ac on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3ac on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow31.7%
Key (black)1.2%
Color previews
#fcf3ac text on a black background
contrast 18.56:1
Card sample
#fcf3ac text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3ac;
Background color
Panel with #fcf3ac background
background-color: #fcf3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3ac; background: linear-gradient(135deg, #fcf3ac, #D0FCAC);