#fcf3b2
a light, electric yellow · cool · closest name: khaki
RGB
252, 243, 178
HSL
53°, 93%, 84%
CMYK
0, 4, 29, 1
Luminance
0.8801
Every format
| HEX | #fcf3b2 |
| RGB | rgb(252, 243, 178) |
| HSL | hsl(53, 93%, 84%) |
| CMYK | cmyk(0%, 4%, 29%, 1%) |
| LAB | lab(95.2 -6.6 32.5) |
| LCH | lch(95.2 33.2 101.5) |
| OKLCH | oklch(0.956 0.083 101.2) |
Copy-ready code
/* CSS */
color: #fcf3b2;
background-color: #fcf3b2;
/* Tailwind (arbitrary) */
class="text-[#fcf3b2] bg-[#fcf3b2]"
/* SCSS */
$brand: #fcf3b2;
/* SwiftUI */
Color(red: 0.988, green: 0.953, blue: 0.698)
/* Android */
Color.parseColor("#fcf3b2")Accessibility — WCAG contrast
Aa
#fcf3b2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcf3b2 on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green95.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow29.4%
Key (black)1.2%
Color previews
#fcf3b2 text on a black background
contrast 18.60:1
Card sample
#fcf3b2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcf3b2;
Background color
Panel with #fcf3b2 background
background-color: #fcf3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcf3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 243, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 243, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcf3b2; background: linear-gradient(135deg, #fcf3b2, #D4FCB2);