#ebffcc
a pale, electric green · cool · closest name: beige
RGB
235, 255, 204
HSL
84°, 100%, 90%
CMYK
8, 0, 20, 0
Luminance
0.9354
Every format
| HEX | #ebffcc |
| RGB | rgb(235, 255, 204) |
| HSL | hsl(84, 100%, 90%) |
| CMYK | cmyk(8%, 0%, 20%, 0%) |
| LAB | lab(97.5 -15.1 22.2) |
| LCH | lch(97.5 26.9 124.2) |
| OKLCH | oklch(0.973 0.070 125.1) |
Copy-ready code
/* CSS */
color: #ebffcc;
background-color: #ebffcc;
/* Tailwind (arbitrary) */
class="text-[#ebffcc] bg-[#ebffcc]"
/* SCSS */
$brand: #ebffcc;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#ebffcc")Accessibility — WCAG contrast
Aa
#ebffcc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffcc on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue80.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#ebffcc text on a black background
contrast 19.71:1
Card sample
#ebffcc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffcc;
Background color
Panel with #ebffcc background
background-color: #ebffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffcc; background: linear-gradient(135deg, #ebffcc, #CCFFCF);