#f0fef7
a pale, electric green · cool · closest name: white
RGB
240, 254, 247
HSL
150°, 88%, 97%
CMYK
6, 0, 3, 0
Luminance
0.9612
Every format
| HEX | #f0fef7 |
| RGB | rgb(240, 254, 247) |
| HSL | hsl(150, 88%, 97%) |
| CMYK | cmyk(6%, 0%, 3%, 0%) |
| LAB | lab(98.5 -5.8 1.8) |
| LCH | lch(98.5 6.1 163.2) |
| OKLCH | oklch(0.985 0.017 164.7) |
Copy-ready code
/* CSS */
color: #f0fef7;
background-color: #f0fef7;
/* Tailwind (arbitrary) */
class="text-[#f0fef7] bg-[#f0fef7]"
/* SCSS */
$brand: #f0fef7;
/* SwiftUI */
Color(red: 0.941, green: 0.996, blue: 0.969)
/* Android */
Color.parseColor("#f0fef7")Accessibility — WCAG contrast
Aa
#f0fef7 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fef7 on black: 20.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.6%
Blue96.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow2.8%
Key (black)0.4%
Color previews
#f0fef7 text on a black background
contrast 20.22:1
Card sample
#f0fef7 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fef7;
Background color
Panel with #f0fef7 background
background-color: #f0fef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 254, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 254, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fef7; background: linear-gradient(135deg, #f0fef7, #F0FCFE);