#fcffae
a light, electric yellow · cool · closest name: khaki
RGB
252, 255, 174
HSL
62°, 100%, 84%
CMYK
1, 0, 32, 0
Luminance
0.9527
Every format
| HEX | #fcffae |
| RGB | rgb(252, 255, 174) |
| HSL | hsl(62, 100%, 84%) |
| CMYK | cmyk(1%, 0%, 32%, 0%) |
| LAB | lab(98.1 -13.0 38.5) |
| LCH | lch(98.1 40.6 108.7) |
| OKLCH | oklch(0.979 0.102 109.9) |
Copy-ready code
/* CSS */
color: #fcffae;
background-color: #fcffae;
/* Tailwind (arbitrary) */
class="text-[#fcffae] bg-[#fcffae]"
/* SCSS */
$brand: #fcffae;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#fcffae")Accessibility — WCAG contrast
Aa
#fcffae on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffae on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue68.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#fcffae text on a black background
contrast 20.05:1
Card sample
#fcffae text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffae;
Background color
Panel with #fcffae background
background-color: #fcffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffae; background: linear-gradient(135deg, #fcffae, #C6FFAE);