#fcfefe
a pale, vivid cyan · cool · “white”
RGB
252, 254, 254
HSL
180°, 50%, 99%
CMYK
1, 0, 0, 0
Luminance
0.9873
Every format
| HEX | #fcfefe |
| RGB | rgb(252, 254, 254) |
| HSL | hsl(180, 50%, 99%) |
| CMYK | cmyk(1%, 0%, 0%, 0%) |
| LAB | lab(99.5 -0.7 -0.2) |
| LCH | lch(99.5 0.7 199.2) |
| OKLCH | oklch(0.996 0.002 197.1) |
Copy-ready code
/* CSS */
color: #fcfefe;
background-color: #fcfefe;
/* Tailwind (arbitrary) */
class="text-[#fcfefe] bg-[#fcfefe]"
/* SCSS */
$brand: #fcfefe;
/* SwiftUI */
Color(red: 0.988, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#fcfefe")Accessibility — WCAG contrast
Aa
#fcfefe on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcfefe on black: 20.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green99.6%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#fcfefe text on a black background
contrast 20.75:1
Card sample
#fcfefe text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcfefe;
Background color
Panel with #fcfefe background
background-color: #fcfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcfefe; background: linear-gradient(135deg, #fcfefe, #FCFDFE);