#f0fcbe
a pale, electric green · cool · closest name: khaki
RGB
240, 252, 190
HSL
72°, 91%, 87%
CMYK
5, 0, 25, 1
Luminance
0.9186
Every format
| HEX | #f0fcbe |
| RGB | rgb(240, 252, 190) |
| HSL | hsl(72, 91%, 87%) |
| CMYK | cmyk(5%, 0%, 25%, 1%) |
| LAB | lab(96.8 -13.9 28.5) |
| LCH | lch(96.8 31.7 116.0) |
| OKLCH | oklch(0.967 0.081 116.8) |
Copy-ready code
/* CSS */
color: #f0fcbe;
background-color: #f0fcbe;
/* Tailwind (arbitrary) */
class="text-[#f0fcbe] bg-[#f0fcbe]"
/* SCSS */
$brand: #f0fcbe;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.745)
/* Android */
Color.parseColor("#f0fcbe")Accessibility — WCAG contrast
Aa
#f0fcbe on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcbe on black: 19.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue74.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow24.6%
Key (black)1.2%
Color previews
#f0fcbe text on a black background
contrast 19.37:1
Card sample
#f0fcbe text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcbe;
Background color
Panel with #f0fcbe background
background-color: #f0fcbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcbe; background: linear-gradient(135deg, #f0fcbe, #C7FCBE);