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