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