#f0feac
a light, electric green · cool · closest name: khaki
RGB
240, 254, 172
HSL
70°, 98%, 84%
CMYK
6, 0, 32, 0
Luminance
0.9239
Every format
| HEX | #f0feac |
| RGB | rgb(240, 254, 172) |
| HSL | hsl(70, 98%, 84%) |
| CMYK | cmyk(6%, 0%, 32%, 0%) |
| LAB | lab(97.0 -17.2 37.8) |
| LCH | lch(97.0 41.5 114.5) |
| OKLCH | oklch(0.968 0.105 116.3) |
Copy-ready code
/* CSS */
color: #f0feac;
background-color: #f0feac;
/* Tailwind (arbitrary) */
class="text-[#f0feac] bg-[#f0feac]"
/* SCSS */
$brand: #f0feac;
/* SwiftUI */
Color(red: 0.941, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#f0feac")Accessibility — WCAG contrast
Aa
#f0feac on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0feac on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.6%
Blue67.5%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#f0feac text on a black background
contrast 19.48:1
Card sample
#f0feac text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0feac;
Background color
Panel with #f0feac background
background-color: #f0feac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0feac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0feac; background: linear-gradient(135deg, #f0feac, #B9FEAC);