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