#d6f0e0
a pale, vivid green · cool · closest name: beige
RGB
214, 240, 224
HSL
143°, 46%, 89%
CMYK
11, 0, 7, 6
Luminance
0.8200
Every format
| HEX | #d6f0e0 |
| RGB | rgb(214, 240, 224) |
| HSL | hsl(143, 46%, 89%) |
| CMYK | cmyk(11%, 0%, 7%, 6%) |
| LAB | lab(92.6 -11.5 4.8) |
| LCH | lch(92.6 12.4 157.1) |
| OKLCH | oklch(0.932 0.035 158.7) |
Copy-ready code
/* CSS */
color: #d6f0e0;
background-color: #d6f0e0;
/* Tailwind (arbitrary) */
class="text-[#d6f0e0] bg-[#d6f0e0]"
/* SCSS */
$brand: #d6f0e0;
/* SwiftUI */
Color(red: 0.839, green: 0.941, blue: 0.878)
/* Android */
Color.parseColor("#d6f0e0")Accessibility — WCAG contrast
Aa
#d6f0e0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f0e0 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green94.1%
Blue87.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow6.7%
Key (black)5.9%
Color previews
#d6f0e0 text on a black background
contrast 17.40:1
Card sample
#d6f0e0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f0e0;
Background color
Panel with #d6f0e0 background
background-color: #d6f0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 240, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 240, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f0e0; background: linear-gradient(135deg, #d6f0e0, #D6EFF0);