#fbfdf6
a pale, vivid green · cool · closest name: white
RGB
251, 253, 246
HSL
77°, 64%, 98%
CMYK
1, 0, 3, 1
Luminance
0.9741
Every format
| HEX | #fbfdf6 |
| RGB | rgb(251, 253, 246) |
| HSL | hsl(77, 64%, 98%) |
| CMYK | cmyk(1%, 0%, 3%, 1%) |
| LAB | lab(99.0 -1.9 3.1) |
| LCH | lch(99.0 3.6 121.2) |
| OKLCH | oklch(0.991 0.009 119.6) |
Copy-ready code
/* CSS */
color: #fbfdf6;
background-color: #fbfdf6;
/* Tailwind (arbitrary) */
class="text-[#fbfdf6] bg-[#fbfdf6]"
/* SCSS */
$brand: #fbfdf6;
/* SwiftUI */
Color(red: 0.984, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#fbfdf6")Accessibility — WCAG contrast
Aa
#fbfdf6 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfdf6 on black: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green99.2%
Blue96.5%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#fbfdf6 text on a black background
contrast 20.48:1
Card sample
#fbfdf6 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfdf6;
Background color
Panel with #fbfdf6 background
background-color: #fbfdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfdf6; background: linear-gradient(135deg, #fbfdf6, #F6FDF6);