#edfd8f
a light, electric yellow · cool · closest name: khaki
RGB
237, 253, 143
HSL
69°, 97%, 78%
CMYK
6, 0, 44, 1
Luminance
0.9024
Every format
| HEX | #edfd8f |
| RGB | rgb(237, 253, 143) |
| HSL | hsl(69, 97%, 78%) |
| CMYK | cmyk(6%, 0%, 44%, 1%) |
| LAB | lab(96.1 -21.1 50.7) |
| LCH | lch(96.1 54.9 112.6) |
| OKLCH | oklch(0.959 0.136 115.8) |
Copy-ready code
/* CSS */
color: #edfd8f;
background-color: #edfd8f;
/* Tailwind (arbitrary) */
class="text-[#edfd8f] bg-[#edfd8f]"
/* SCSS */
$brand: #edfd8f;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#edfd8f")Accessibility — WCAG contrast
Aa
#edfd8f on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfd8f on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue56.1%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#edfd8f text on a black background
contrast 19.05:1
Card sample
#edfd8f text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfd8f;
Background color
Panel with #edfd8f background
background-color: #edfd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfd8f; background: linear-gradient(135deg, #edfd8f, #A4FD8F);