#fcffe7
a pale, electric yellow · cool · closest name: beige
RGB
252, 255, 231
HSL
68°, 100%, 95%
CMYK
1, 0, 9, 0
Luminance
0.9798
Every format
| HEX | #fcffe7 |
| RGB | rgb(252, 255, 231) |
| HSL | hsl(68, 100%, 95%) |
| CMYK | cmyk(1%, 0%, 9%, 0%) |
| LAB | lab(99.2 -5.0 11.1) |
| LCH | lch(99.2 12.2 114.4) |
| OKLCH | oklch(0.991 0.032 112.8) |
Copy-ready code
/* CSS */
color: #fcffe7;
background-color: #fcffe7;
/* Tailwind (arbitrary) */
class="text-[#fcffe7] bg-[#fcffe7]"
/* SCSS */
$brand: #fcffe7;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#fcffe7")Accessibility — WCAG contrast
Aa
#fcffe7 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffe7 on black: 20.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue90.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#fcffe7 text on a black background
contrast 20.60:1
Card sample
#fcffe7 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffe7;
Background color
Panel with #fcffe7 background
background-color: #fcffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffe7; background: linear-gradient(135deg, #fcffe7, #ECFFE7);