#d7ffeb
a pale, electric green · cool · closest name: beige
RGB
215, 255, 235
HSL
150°, 100%, 92%
CMYK
16, 0, 8, 0
Luminance
0.9197
Every format
| HEX | #d7ffeb |
| RGB | rgb(215, 255, 235) |
| HSL | hsl(150, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 8%, 0%) |
| LAB | lab(96.8 -16.6 5.3) |
| LCH | lch(96.8 17.4 162.3) |
| OKLCH | oklch(0.966 0.049 163.7) |
Copy-ready code
/* CSS */
color: #d7ffeb;
background-color: #d7ffeb;
/* Tailwind (arbitrary) */
class="text-[#d7ffeb] bg-[#d7ffeb]"
/* SCSS */
$brand: #d7ffeb;
/* SwiftUI */
Color(red: 0.843, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#d7ffeb")Accessibility — WCAG contrast
Aa
#d7ffeb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ffeb on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green100.0%
Blue92.2%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#d7ffeb text on a black background
contrast 19.39:1
Card sample
#d7ffeb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ffeb;
Background color
Panel with #d7ffeb background
background-color: #d7ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ffeb; background: linear-gradient(135deg, #d7ffeb, #D7F8FF);