#fdfdfe
a pale, soft blue · warm · “white”
RGB
253, 253, 254
HSL
240°, 33%, 99%
CMYK
0, 0, 0, 0
Luminance
0.9829
Every format
| HEX | #fdfdfe |
| RGB | rgb(253, 253, 254) |
| HSL | hsl(240, 33%, 99%) |
| CMYK | cmyk(0%, 0%, 0%, 0%) |
| LAB | lab(99.3 0.2 -0.5) |
| LCH | lch(99.3 0.5 290.6) |
| OKLCH | oklch(0.994 0.001 286.4) |
Copy-ready code
/* CSS */
color: #fdfdfe;
background-color: #fdfdfe;
/* Tailwind (arbitrary) */
class="text-[#fdfdfe] bg-[#fdfdfe]"
/* SCSS */
$brand: #fdfdfe;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#fdfdfe")Accessibility — WCAG contrast
Aa
#fdfdfe on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfdfe on black: 20.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fdfdfe text on a black background
contrast 20.66:1
Card sample
#fdfdfe text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfdfe;
Background color
Panel with #fdfdfe background
background-color: #fdfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfdfe; background: linear-gradient(135deg, #fdfdfe, #FEFDFE);