#f0fbf7
a pale, vivid green · cool · closest name: white
RGB
240, 251, 247
HSL
158°, 58%, 96%
CMYK
4, 0, 2, 2
Luminance
0.9424
Every format
| HEX | #f0fbf7 |
| RGB | rgb(240, 251, 247) |
| HSL | hsl(158, 58%, 96%) |
| CMYK | cmyk(4%, 0%, 2%, 2%) |
| LAB | lab(97.7 -4.3 0.7) |
| LCH | lch(97.7 4.4 171.3) |
| OKLCH | oklch(0.979 0.013 172.4) |
Copy-ready code
/* CSS */
color: #f0fbf7;
background-color: #f0fbf7;
/* Tailwind (arbitrary) */
class="text-[#f0fbf7] bg-[#f0fbf7]"
/* SCSS */
$brand: #f0fbf7;
/* SwiftUI */
Color(red: 0.941, green: 0.984, blue: 0.969)
/* Android */
Color.parseColor("#f0fbf7")Accessibility — WCAG contrast
Aa
#f0fbf7 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fbf7 on black: 19.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.4%
Blue96.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow1.6%
Key (black)1.6%
Color previews
#f0fbf7 text on a black background
contrast 19.85:1
Card sample
#f0fbf7 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fbf7;
Background color
Panel with #f0fbf7 background
background-color: #f0fbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 251, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 251, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fbf7; background: linear-gradient(135deg, #f0fbf7, #F0F8FB);