#fcfffe
a pale, electric cyan · cool · “white”
RGB
252, 255, 254
HSL
160°, 100%, 99%
CMYK
1, 0, 0, 0
Luminance
0.9937
Every format
| HEX | #fcfffe |
| RGB | rgb(252, 255, 254) |
| HSL | hsl(160, 100%, 99%) |
| CMYK | cmyk(1%, 0%, 0%, 0%) |
| LAB | lab(99.8 -1.2 0.1) |
| LCH | lch(99.8 1.2 173.6) |
| OKLCH | oklch(0.998 0.003 174.5) |
Copy-ready code
/* CSS */
color: #fcfffe;
background-color: #fcfffe;
/* Tailwind (arbitrary) */
class="text-[#fcfffe] bg-[#fcfffe]"
/* SCSS */
$brand: #fcfffe;
/* SwiftUI */
Color(red: 0.988, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#fcfffe")Accessibility — WCAG contrast
Aa
#fcfffe on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfffe on black: 20.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green100.0%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#fcfffe text on a black background
contrast 20.87:1
Card sample
#fcfffe text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfffe;
Background color
Panel with #fcfffe background
background-color: #fcfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfffe; background: linear-gradient(135deg, #fcfffe, #FCFEFF);