#fdfdff
a pale, electric blue · warm · “white”
RGB
253, 253, 255
HSL
240°, 100%, 100%
CMYK
1, 1, 0, 0
Luminance
0.9835
Every format
| HEX | #fdfdff |
| RGB | rgb(253, 253, 255) |
| HSL | hsl(240, 100%, 100%) |
| CMYK | cmyk(1%, 1%, 0%, 0%) |
| LAB | lab(99.4 0.3 -0.9) |
| LCH | lch(99.4 1.0 290.2) |
| OKLCH | oklch(0.995 0.003 286.4) |
Copy-ready code
/* CSS */
color: #fdfdff;
background-color: #fdfdff;
/* Tailwind (arbitrary) */
class="text-[#fdfdff] bg-[#fdfdff]"
/* SCSS */
$brand: #fdfdff;
/* SwiftUI */
Color(red: 0.992, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#fdfdff")Accessibility — WCAG contrast
Aa
#fdfdff on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfdff on black: 20.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fdfdff text on a black background
contrast 20.67:1
Card sample
#fdfdff text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfdff;
Background color
Panel with #fdfdff background
background-color: #fdfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfdff; background: linear-gradient(135deg, #fdfdff, #FEFDFF);