#f0fdce
a pale, electric green · cool · closest name: beige
RGB
240, 253, 206
HSL
77°, 92%, 90%
CMYK
5, 0, 19, 1
Luminance
0.9323
Every format
| HEX | #f0fdce |
| RGB | rgb(240, 253, 206) |
| HSL | hsl(77, 92%, 90%) |
| CMYK | cmyk(5%, 0%, 19%, 1%) |
| LAB | lab(97.3 -12.1 21.1) |
| LCH | lch(97.3 24.3 119.8) |
| OKLCH | oklch(0.973 0.063 120.1) |
Copy-ready code
/* CSS */
color: #f0fdce;
background-color: #f0fdce;
/* Tailwind (arbitrary) */
class="text-[#f0fdce] bg-[#f0fdce]"
/* SCSS */
$brand: #f0fdce;
/* SwiftUI */
Color(red: 0.941, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#f0fdce")Accessibility — WCAG contrast
Aa
#f0fdce on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fdce on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#f0fdce text on a black background
contrast 19.65:1
Card sample
#f0fdce text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fdce;
Background color
Panel with #f0fdce background
background-color: #f0fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fdce; background: linear-gradient(135deg, #f0fdce, #D1FDCE);