#ebffe6
a pale, electric green · cool · closest name: beige
RGB
235, 255, 230
HSL
108°, 100%, 95%
CMYK
8, 0, 10, 0
Luminance
0.9490
Every format
| HEX | #ebffe6 |
| RGB | rgb(235, 255, 230) |
| HSL | hsl(108, 100%, 95%) |
| CMYK | cmyk(8%, 0%, 10%, 0%) |
| LAB | lab(98.0 -10.9 9.7) |
| LCH | lch(98.0 14.6 138.4) |
| OKLCH | oklch(0.979 0.039 139.4) |
Copy-ready code
/* CSS */
color: #ebffe6;
background-color: #ebffe6;
/* Tailwind (arbitrary) */
class="text-[#ebffe6] bg-[#ebffe6]"
/* SCSS */
$brand: #ebffe6;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.902)
/* Android */
Color.parseColor("#ebffe6")Accessibility — WCAG contrast
Aa
#ebffe6 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebffe6 on black: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue90.2%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow9.8%
Key (black)0.0%
Color previews
#ebffe6 text on a black background
contrast 19.98:1
Card sample
#ebffe6 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebffe6;
Background color
Panel with #ebffe6 background
background-color: #ebffe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebffe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebffe6; background: linear-gradient(135deg, #ebffe6, #E6FFF2);