#f0fdbf
a pale, electric green · cool · closest name: khaki
RGB
240, 253, 191
HSL
73°, 94%, 87%
CMYK
5, 0, 25, 1
Luminance
0.9254
Every format
| HEX | #f0fdbf |
| RGB | rgb(240, 253, 191) |
| HSL | hsl(73, 94%, 87%) |
| CMYK | cmyk(5%, 0%, 25%, 1%) |
| LAB | lab(97.0 -14.2 28.3) |
| LCH | lch(97.0 31.7 116.7) |
| OKLCH | oklch(0.969 0.081 117.6) |
Copy-ready code
/* CSS */
color: #f0fdbf;
background-color: #f0fdbf;
/* Tailwind (arbitrary) */
class="text-[#f0fdbf] bg-[#f0fdbf]"
/* SCSS */
$brand: #f0fdbf;
/* SwiftUI */
Color(red: 0.941, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#f0fdbf")Accessibility — WCAG contrast
Aa
#f0fdbf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fdbf on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#f0fdbf text on a black background
contrast 19.51:1
Card sample
#f0fdbf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fdbf;
Background color
Panel with #f0fdbf background
background-color: #f0fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fdbf; background: linear-gradient(135deg, #f0fdbf, #C7FDBF);