#d7ffe3
a pale, electric green · cool · closest name: beige
RGB
215, 255, 227
HSL
138°, 100%, 92%
CMYK
16, 0, 11, 0
Luminance
0.9151
Every format
| HEX | #d7ffe3 |
| RGB | rgb(215, 255, 227) |
| HSL | hsl(138, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 11%, 0%) |
| LAB | lab(96.6 -18.0 9.1) |
| LCH | lch(96.6 20.2 153.1) |
| OKLCH | oklch(0.964 0.056 154.7) |
Copy-ready code
/* CSS */
color: #d7ffe3;
background-color: #d7ffe3;
/* Tailwind (arbitrary) */
class="text-[#d7ffe3] bg-[#d7ffe3]"
/* SCSS */
$brand: #d7ffe3;
/* SwiftUI */
Color(red: 0.843, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#d7ffe3")Accessibility — WCAG contrast
Aa
#d7ffe3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ffe3 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green100.0%
Blue89.0%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#d7ffe3 text on a black background
contrast 19.30:1
Card sample
#d7ffe3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ffe3;
Background color
Panel with #d7ffe3 background
background-color: #d7ffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ffe3; background: linear-gradient(135deg, #d7ffe3, #D7FFFE);