#f0fdb3
a light, electric green · cool · closest name: khaki
RGB
240, 253, 179
HSL
71°, 95%, 85%
CMYK
5, 0, 29, 1
Luminance
0.9203
Every format
| HEX | #f0fdb3 |
| RGB | rgb(240, 253, 179) |
| HSL | hsl(71, 95%, 85%) |
| CMYK | cmyk(5%, 0%, 29%, 1%) |
| LAB | lab(96.8 -15.8 34.1) |
| LCH | lch(96.8 37.6 114.9) |
| OKLCH | oklch(0.967 0.095 116.3) |
Copy-ready code
/* CSS */
color: #f0fdb3;
background-color: #f0fdb3;
/* Tailwind (arbitrary) */
class="text-[#f0fdb3] bg-[#f0fdb3]"
/* SCSS */
$brand: #f0fdb3;
/* SwiftUI */
Color(red: 0.941, green: 0.992, blue: 0.702)
/* Android */
Color.parseColor("#f0fdb3")Accessibility — WCAG contrast
Aa
#f0fdb3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0fdb3 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green99.2%
Blue70.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow29.2%
Key (black)0.8%
Color previews
#f0fdb3 text on a black background
contrast 19.41:1
Card sample
#f0fdb3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0fdb3;
Background color
Panel with #f0fdb3 background
background-color: #f0fdb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0fdb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 253, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 253, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0fdb3; background: linear-gradient(135deg, #f0fdb3, #BFFDB3);