#f0fee2
a pale, electric green · cool · closest name: beige
RGB
240, 254, 226
HSL
90°, 93%, 94%
CMYK
6, 0, 11, 0
Luminance
0.9490
Every format
| HEX | #f0fee2 |
| RGB | rgb(240, 254, 226) |
| HSL | hsl(90, 93%, 94%) |
| CMYK | cmyk(6%, 0%, 11%, 0%) |
| LAB | lab(98.0 -9.4 11.8) |
| LCH | lch(98.0 15.1 128.6) |
| OKLCH | oklch(0.979 0.040 128.9) |
Copy-ready code
/* CSS */
color: #f0fee2;
background-color: #f0fee2;
/* Tailwind (arbitrary) */
class="text-[#f0fee2] bg-[#f0fee2]"
/* SCSS */
$brand: #f0fee2;
/* SwiftUI */
Color(red: 0.941, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#f0fee2")Accessibility — WCAG contrast
Aa
#f0fee2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fee2 on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.6%
Blue88.6%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#f0fee2 text on a black background
contrast 19.98:1
Card sample
#f0fee2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fee2;
Background color
Panel with #f0fee2 background
background-color: #f0fee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fee2; background: linear-gradient(135deg, #f0fee2, #E2FEE7);