#f0fcda
a pale, electric green · cool · closest name: beige
RGB
240, 252, 218
HSL
81°, 85%, 92%
CMYK
5, 0, 14, 1
Luminance
0.9321
Every format
| HEX | #f0fcda |
| RGB | rgb(240, 252, 218) |
| HSL | hsl(81, 85%, 92%) |
| CMYK | cmyk(5%, 0%, 14%, 1%) |
| LAB | lab(97.3 -9.7 15.0) |
| LCH | lch(97.3 17.9 123.1) |
| OKLCH | oklch(0.973 0.046 123.1) |
Copy-ready code
/* CSS */
color: #f0fcda;
background-color: #f0fcda;
/* Tailwind (arbitrary) */
class="text-[#f0fcda] bg-[#f0fcda]"
/* SCSS */
$brand: #f0fcda;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#f0fcda")Accessibility — WCAG contrast
Aa
#f0fcda on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcda on black: 19.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue85.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#f0fcda text on a black background
contrast 19.64:1
Card sample
#f0fcda text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcda;
Background color
Panel with #f0fcda background
background-color: #f0fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcda; background: linear-gradient(135deg, #f0fcda, #DAFCDB);