#d6ffe4
a pale, electric green · cool · closest name: beige
RGB
214, 255, 228
HSL
141°, 100%, 92%
CMYK
16, 0, 11, 0
Luminance
0.9142
Every format
| HEX | #d6ffe4 |
| RGB | rgb(214, 255, 228) |
| HSL | hsl(141, 100%, 92%) |
| CMYK | cmyk(16%, 0%, 11%, 0%) |
| LAB | lab(96.6 -18.2 8.6) |
| LCH | lch(96.6 20.1 154.8) |
| OKLCH | oklch(0.964 0.055 156.4) |
Copy-ready code
/* CSS */
color: #d6ffe4;
background-color: #d6ffe4;
/* Tailwind (arbitrary) */
class="text-[#d6ffe4] bg-[#d6ffe4]"
/* SCSS */
$brand: #d6ffe4;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.894)
/* Android */
Color.parseColor("#d6ffe4")Accessibility — WCAG contrast
Aa
#d6ffe4 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ffe4 on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue89.4%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow10.6%
Key (black)0.0%
Color previews
#d6ffe4 text on a black background
contrast 19.28:1
Card sample
#d6ffe4 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ffe4;
Background color
Panel with #d6ffe4 background
background-color: #d6ffe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ffe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ffe4; background: linear-gradient(135deg, #d6ffe4, #D6FFFF);