#f0feba
a pale, electric green · cool · closest name: khaki
RGB
240, 254, 186
HSL
72°, 97%, 86%
CMYK
6, 0, 27, 0
Luminance
0.9295
Every format
| HEX | #f0feba |
| RGB | rgb(240, 254, 186) |
| HSL | hsl(72, 97%, 86%) |
| CMYK | cmyk(6%, 0%, 27%, 0%) |
| LAB | lab(97.2 -15.4 31.1) |
| LCH | lch(97.2 34.7 116.4) |
| OKLCH | oklch(0.971 0.088 117.5) |
Copy-ready code
/* CSS */
color: #f0feba;
background-color: #f0feba;
/* Tailwind (arbitrary) */
class="text-[#f0feba] bg-[#f0feba]"
/* SCSS */
$brand: #f0feba;
/* SwiftUI */
Color(red: 0.941, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#f0feba")Accessibility — WCAG contrast
Aa
#f0feba on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0feba on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.6%
Blue72.9%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#f0feba text on a black background
contrast 19.59:1
Card sample
#f0feba text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0feba;
Background color
Panel with #f0feba background
background-color: #f0feba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0feba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0feba; background: linear-gradient(135deg, #f0feba, #C3FEBA);