#ebffb1
a light, electric green · cool · closest name: khaki
RGB
235, 255, 177
HSL
75°, 100%, 85%
CMYK
8, 0, 31, 0
Luminance
0.9236
Every format
| HEX | #ebffb1 |
| RGB | rgb(235, 255, 177) |
| HSL | hsl(75, 100%, 85%) |
| CMYK | cmyk(8%, 0%, 31%, 0%) |
| LAB | lab(97.0 -18.9 35.2) |
| LCH | lch(97.0 39.9 118.2) |
| OKLCH | oklch(0.967 0.102 120.0) |
Copy-ready code
/* CSS */
color: #ebffb1;
background-color: #ebffb1;
/* Tailwind (arbitrary) */
class="text-[#ebffb1] bg-[#ebffb1]"
/* SCSS */
$brand: #ebffb1;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.694)
/* Android */
Color.parseColor("#ebffb1")Accessibility — WCAG contrast
Aa
#ebffb1 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffb1 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue69.4%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow30.6%
Key (black)0.0%
Color previews
#ebffb1 text on a black background
contrast 19.47:1
Card sample
#ebffb1 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffb1;
Background color
Panel with #ebffb1 background
background-color: #ebffb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffb1; background: linear-gradient(135deg, #ebffb1, #B7FFB1);