#f0fcba
a pale, electric green · cool · closest name: khaki
RGB
240, 252, 186
HSL
71°, 92%, 86%
CMYK
5, 0, 26, 1
Luminance
0.9169
Every format
| HEX | #f0fcba |
| RGB | rgb(240, 252, 186) |
| HSL | hsl(71, 92%, 86%) |
| CMYK | cmyk(5%, 0%, 26%, 1%) |
| LAB | lab(96.7 -14.4 30.4) |
| LCH | lch(96.7 33.6 115.4) |
| OKLCH | oklch(0.966 0.086 116.4) |
Copy-ready code
/* CSS */
color: #f0fcba;
background-color: #f0fcba;
/* Tailwind (arbitrary) */
class="text-[#f0fcba] bg-[#f0fcba]"
/* SCSS */
$brand: #f0fcba;
/* SwiftUI */
Color(red: 0.941, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#f0fcba")Accessibility — WCAG contrast
Aa
#f0fcba on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fcba on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green98.8%
Blue72.9%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#f0fcba text on a black background
contrast 19.34:1
Card sample
#f0fcba text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fcba;
Background color
Panel with #f0fcba background
background-color: #f0fcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fcba; background: linear-gradient(135deg, #f0fcba, #C4FCBA);