#ebfc6f
a light, electric yellow · cool · closest name: khaki
RGB
235, 252, 111
HSL
67°, 96%, 71%
CMYK
7, 0, 56, 1
Luminance
0.8843
Every format
| HEX | #ebfc6f |
| RGB | rgb(235, 252, 111) |
| HSL | hsl(67, 96%, 71%) |
| CMYK | cmyk(7%, 0%, 56%, 1%) |
| LAB | lab(95.3 -24.3 64.3) |
| LCH | lch(95.3 68.7 110.7) |
| OKLCH | oklch(0.952 0.165 115.4) |
Copy-ready code
/* CSS */
color: #ebfc6f;
background-color: #ebfc6f;
/* Tailwind (arbitrary) */
class="text-[#ebfc6f] bg-[#ebfc6f]"
/* SCSS */
$brand: #ebfc6f;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.435)
/* Android */
Color.parseColor("#ebfc6f")Accessibility — WCAG contrast
Aa
#ebfc6f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc6f on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue43.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow56.0%
Key (black)1.2%
Color previews
#ebfc6f text on a black background
contrast 18.69:1
Card sample
#ebfc6f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc6f;
Background color
Panel with #ebfc6f background
background-color: #ebfc6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc6f; background: linear-gradient(135deg, #ebfc6f, #8DFC6F);