#f0fcec
a pale, vivid green · cool · closest name: ivory
RGB
240, 252, 236
HSL
105°, 73%, 96%
CMYK
5, 0, 6, 1
Luminance
0.9420
Every format
| HEX | #f0fcec |
| RGB | rgb(240, 252, 236) |
| HSL | hsl(105, 73%, 96%) |
| CMYK | cmyk(5%, 0%, 6%, 1%) |
| LAB | lab(97.7 -6.8 6.3) |
| LCH | lch(97.7 9.2 137.0) |
| OKLCH | oklch(0.978 0.025 137.8) |
Copy-ready code
/* CSS */
color: #f0fcec;
background-color: #f0fcec;
/* Tailwind (arbitrary) */
class="text-[#f0fcec] bg-[#f0fcec]"
/* SCSS */
$brand: #f0fcec;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#f0fcec")Accessibility — WCAG contrast
Aa
#f0fcec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcec on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue92.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#f0fcec text on a black background
contrast 19.84:1
Card sample
#f0fcec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcec;
Background color
Panel with #f0fcec background
background-color: #f0fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcec; background: linear-gradient(135deg, #f0fcec, #ECFCF3);