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