#d6f5e0
a pale, vivid green · cool · closest name: beige
RGB
214, 245, 224
HSL
139°, 61%, 90%
CMYK
13, 0, 9, 4
Luminance
0.8498
Every format
| HEX | #d6f5e0 |
| RGB | rgb(214, 245, 224) |
| HSL | hsl(139, 61%, 90%) |
| CMYK | cmyk(13%, 0%, 9%, 4%) |
| LAB | lab(93.9 -14.0 6.7) |
| LCH | lch(93.9 15.5 154.3) |
| OKLCH | oklch(0.942 0.043 155.9) |
Copy-ready code
/* CSS */
color: #d6f5e0;
background-color: #d6f5e0;
/* Tailwind (arbitrary) */
class="text-[#d6f5e0] bg-[#d6f5e0]"
/* SCSS */
$brand: #d6f5e0;
/* SwiftUI */
Color(red: 0.839, green: 0.961, blue: 0.878)
/* Android */
Color.parseColor("#d6f5e0")Accessibility — WCAG contrast
Aa
#d6f5e0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f5e0 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green96.1%
Blue87.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow8.6%
Key (black)3.9%
Color previews
#d6f5e0 text on a black background
contrast 18.00:1
Card sample
#d6f5e0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f5e0;
Background color
Panel with #d6f5e0 background
background-color: #d6f5e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f5e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 245, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 245, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f5e0; background: linear-gradient(135deg, #d6f5e0, #D6F5F5);