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