#f8fbf3
a pale, vivid green · cool · closest name: ivory
RGB
248, 251, 243
HSL
83°, 50%, 97%
CMYK
1, 0, 3, 2
Luminance
0.9542
Every format
| HEX | #f8fbf3 |
| RGB | rgb(248, 251, 243) |
| HSL | hsl(83, 50%, 97%) |
| CMYK | cmyk(1%, 0%, 3%, 2%) |
| LAB | lab(98.2 -2.4 3.5) |
| LCH | lch(98.2 4.2 124.5) |
| OKLCH | oklch(0.984 0.011 123.5) |
Copy-ready code
/* CSS */
color: #f8fbf3;
background-color: #f8fbf3;
/* Tailwind (arbitrary) */
class="text-[#f8fbf3] bg-[#f8fbf3]"
/* SCSS */
$brand: #f8fbf3;
/* SwiftUI */
Color(red: 0.973, green: 0.984, blue: 0.953)
/* Android */
Color.parseColor("#f8fbf3")Accessibility — WCAG contrast
Aa
#f8fbf3 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fbf3 on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.4%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow3.2%
Key (black)1.6%
Color previews
#f8fbf3 text on a black background
contrast 20.08:1
Card sample
#f8fbf3 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fbf3;
Background color
Panel with #f8fbf3 background
background-color: #f8fbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 251, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 251, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fbf3; background: linear-gradient(135deg, #f8fbf3, #F3FBF3);