#d6f9eb
a pale, vivid green · cool · closest name: ivory
RGB
214, 249, 235
HSL
156°, 75%, 91%
CMYK
14, 0, 6, 2
Luminance
0.8805
Every format
| HEX | #d6f9eb |
| RGB | rgb(214, 249, 235) |
| HSL | hsl(156, 75%, 91%) |
| CMYK | cmyk(14%, 0%, 6%, 2%) |
| LAB | lab(95.2 -13.9 2.9) |
| LCH | lch(95.2 14.2 168.1) |
| OKLCH | oklch(0.953 0.041 169.3) |
Copy-ready code
/* CSS */
color: #d6f9eb;
background-color: #d6f9eb;
/* Tailwind (arbitrary) */
class="text-[#d6f9eb] bg-[#d6f9eb]"
/* SCSS */
$brand: #d6f9eb;
/* SwiftUI */
Color(red: 0.839, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#d6f9eb")Accessibility — WCAG contrast
Aa
#d6f9eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f9eb on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green97.6%
Blue92.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#d6f9eb text on a black background
contrast 18.61:1
Card sample
#d6f9eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f9eb;
Background color
Panel with #d6f9eb background
background-color: #d6f9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f9eb; background: linear-gradient(135deg, #d6f9eb, #D6F0F9);