#fcffdb
a pale, electric yellow · cool · closest name: beige
RGB
252, 255, 219
HSL
65°, 100%, 93%
CMYK
1, 0, 14, 0
Luminance
0.9733
Every format
| HEX | #fcffdb |
| RGB | rgb(252, 255, 219) |
| HSL | hsl(65, 100%, 93%) |
| CMYK | cmyk(1%, 0%, 14%, 0%) |
| LAB | lab(99.0 -6.9 16.9) |
| LCH | lch(99.0 18.3 112.3) |
| OKLCH | oklch(0.989 0.047 111.1) |
Copy-ready code
/* CSS */
color: #fcffdb;
background-color: #fcffdb;
/* Tailwind (arbitrary) */
class="text-[#fcffdb] bg-[#fcffdb]"
/* SCSS */
$brand: #fcffdb;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#fcffdb")Accessibility — WCAG contrast
Aa
#fcffdb on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcffdb on black: 20.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue85.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#fcffdb text on a black background
contrast 20.47:1
Card sample
#fcffdb text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcffdb;
Background color
Panel with #fcffdb background
background-color: #fcffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcffdb; background: linear-gradient(135deg, #fcffdb, #E4FFDB);