#fbfaff
a pale, electric blue · warm · closest name: white
RGB
251, 250, 255
HSL
252°, 100%, 99%
CMYK
2, 2, 0, 0
Luminance
0.9610
Every format
| HEX | #fbfaff |
| RGB | rgb(251, 250, 255) |
| HSL | hsl(252, 100%, 99%) |
| CMYK | cmyk(2%, 2%, 0%, 0%) |
| LAB | lab(98.5 1.2 -2.3) |
| LCH | lch(98.5 2.6 298.1) |
| OKLCH | oklch(0.987 0.007 295.5) |
Copy-ready code
/* CSS */
color: #fbfaff;
background-color: #fbfaff;
/* Tailwind (arbitrary) */
class="text-[#fbfaff] bg-[#fbfaff]"
/* SCSS */
$brand: #fbfaff;
/* SwiftUI */
Color(red: 0.984, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#fbfaff")Accessibility — WCAG contrast
Aa
#fbfaff on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfaff on black: 20.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.0%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fbfaff text on a black background
contrast 20.22:1
Card sample
#fbfaff text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfaff;
Background color
Panel with #fbfaff background
background-color: #fbfaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfaff; background: linear-gradient(135deg, #fbfaff, #FEFAFF);