#fcfff3
a pale, electric green · cool · “ivory”
RGB
252, 255, 243
HSL
75°, 100%, 98%
CMYK
1, 0, 5, 0
Luminance
0.9869
Every format
| HEX | #fcfff3 |
| RGB | rgb(252, 255, 243) |
| HSL | hsl(75, 100%, 98%) |
| CMYK | cmyk(1%, 0%, 5%, 0%) |
| LAB | lab(99.5 -3.1 5.4) |
| LCH | lch(99.5 6.2 119.6) |
| OKLCH | oklch(0.995 0.016 118.1) |
Copy-ready code
/* CSS */
color: #fcfff3;
background-color: #fcfff3;
/* Tailwind (arbitrary) */
class="text-[#fcfff3] bg-[#fcfff3]"
/* SCSS */
$brand: #fcfff3;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.953)
/* Android */
Color.parseColor("#fcfff3")Accessibility — WCAG contrast
Aa
#fcfff3 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfff3 on black: 20.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow4.7%
Key (black)0.0%
Color previews
#fcfff3 text on a black background
contrast 20.74:1
Card sample
#fcfff3 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfff3;
Background color
Panel with #fcfff3 background
background-color: #fcfff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfff3; background: linear-gradient(135deg, #fcfff3, #F4FFF3);