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