#ebfc8f
a light, electric yellow · cool · closest name: khaki
RGB
235, 252, 143
HSL
69°, 95%, 78%
CMYK
7, 0, 43, 1
Luminance
0.8927
Every format
| HEX | #ebfc8f |
| RGB | rgb(235, 252, 143) |
| HSL | hsl(69, 95%, 78%) |
| CMYK | cmyk(7%, 0%, 43%, 1%) |
| LAB | lab(95.7 -21.4 50.2) |
| LCH | lch(95.7 54.5 113.1) |
| OKLCH | oklch(0.955 0.135 116.3) |
Copy-ready code
/* CSS */
color: #ebfc8f;
background-color: #ebfc8f;
/* Tailwind (arbitrary) */
class="text-[#ebfc8f] bg-[#ebfc8f]"
/* SCSS */
$brand: #ebfc8f;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.561)
/* Android */
Color.parseColor("#ebfc8f")Accessibility — WCAG contrast
Aa
#ebfc8f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc8f on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue56.1%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow43.3%
Key (black)1.2%
Color previews
#ebfc8f text on a black background
contrast 18.85:1
Card sample
#ebfc8f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc8f;
Background color
Panel with #ebfc8f background
background-color: #ebfc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc8f; background: linear-gradient(135deg, #ebfc8f, #A2FC8F);