#ebffb3
a pale, electric green · cool · closest name: khaki
RGB
235, 255, 179
HSL
76°, 100%, 85%
CMYK
8, 0, 30, 0
Luminance
0.9244
Every format
| HEX | #ebffb3 |
| RGB | rgb(235, 255, 179) |
| HSL | hsl(76, 100%, 85%) |
| CMYK | cmyk(8%, 0%, 30%, 0%) |
| LAB | lab(97.0 -18.6 34.2) |
| LCH | lch(97.0 39.0 118.6) |
| OKLCH | oklch(0.968 0.099 120.3) |
Copy-ready code
/* CSS */
color: #ebffb3;
background-color: #ebffb3;
/* Tailwind (arbitrary) */
class="text-[#ebffb3] bg-[#ebffb3]"
/* SCSS */
$brand: #ebffb3;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#ebffb3")Accessibility — WCAG contrast
Aa
#ebffb3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffb3 on black: 19.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue70.2%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#ebffb3 text on a black background
contrast 19.49:1
Card sample
#ebffb3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffb3;
Background color
Panel with #ebffb3 background
background-color: #ebffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffb3; background: linear-gradient(135deg, #ebffb3, #B8FFB3);