#d6f0e5
a pale, vivid green · cool · closest name: ivory
RGB
214, 240, 229
HSL
155°, 46%, 89%
CMYK
11, 0, 5, 6
Luminance
0.8227
Every format
| HEX | #d6f0e5 |
| RGB | rgb(214, 240, 229) |
| HSL | hsl(155, 46%, 89%) |
| CMYK | cmyk(11%, 0%, 5%, 6%) |
| LAB | lab(92.7 -10.6 2.4) |
| LCH | lch(92.7 10.8 167.0) |
| OKLCH | oklch(0.933 0.031 168.3) |
Copy-ready code
/* CSS */
color: #d6f0e5;
background-color: #d6f0e5;
/* Tailwind (arbitrary) */
class="text-[#d6f0e5] bg-[#d6f0e5]"
/* SCSS */
$brand: #d6f0e5;
/* SwiftUI */
Color(red: 0.839, green: 0.941, blue: 0.898)
/* Android */
Color.parseColor("#d6f0e5")Accessibility — WCAG contrast
Aa
#d6f0e5 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f0e5 on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green94.1%
Blue89.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow4.6%
Key (black)5.9%
Color previews
#d6f0e5 text on a black background
contrast 17.45:1
Card sample
#d6f0e5 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f0e5;
Background color
Panel with #d6f0e5 background
background-color: #d6f0e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f0e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 240, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 240, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f0e5; background: linear-gradient(135deg, #d6f0e5, #D6EAF0);