#fcffd2
a pale, electric yellow · cool · closest name: beige
RGB
252, 255, 210
HSL
64°, 100%, 91%
CMYK
1, 0, 18, 0
Luminance
0.9687
Every format
| HEX | #fcffd2 |
| RGB | rgb(252, 255, 210) |
| HSL | hsl(64, 100%, 91%) |
| CMYK | cmyk(1%, 0%, 18%, 0%) |
| LAB | lab(98.8 -8.3 21.2) |
| LCH | lch(98.8 22.8 111.3) |
| OKLCH | oklch(0.987 0.058 110.6) |
Copy-ready code
/* CSS */
color: #fcffd2;
background-color: #fcffd2;
/* Tailwind (arbitrary) */
class="text-[#fcffd2] bg-[#fcffd2]"
/* SCSS */
$brand: #fcffd2;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#fcffd2")Accessibility — WCAG contrast
Aa
#fcffd2 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffd2 on black: 20.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue82.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#fcffd2 text on a black background
contrast 20.37:1
Card sample
#fcffd2 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffd2;
Background color
Panel with #fcffd2 background
background-color: #fcffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffd2; background: linear-gradient(135deg, #fcffd2, #DEFFD2);