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