#d6f6ce
a pale, vivid green · cool · closest name: beige
RGB
214, 246, 206
HSL
108°, 69%, 89%
CMYK
13, 0, 16, 4
Luminance
0.8466
Every format
| HEX | #d6f6ce |
| RGB | rgb(214, 246, 206) |
| HSL | hsl(108, 69%, 89%) |
| CMYK | cmyk(13%, 0%, 16%, 4%) |
| LAB | lab(93.7 -17.6 15.8) |
| LCH | lch(93.7 23.6 138.0) |
| OKLCH | oklch(0.940 0.063 139.4) |
Copy-ready code
/* CSS */
color: #d6f6ce;
background-color: #d6f6ce;
/* Tailwind (arbitrary) */
class="text-[#d6f6ce] bg-[#d6f6ce]"
/* SCSS */
$brand: #d6f6ce;
/* SwiftUI */
Color(red: 0.839, green: 0.965, blue: 0.808)
/* Android */
Color.parseColor("#d6f6ce")Accessibility — WCAG contrast
Aa
#d6f6ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6f6ce on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green96.5%
Blue80.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow16.3%
Key (black)3.5%
Color previews
#d6f6ce text on a black background
contrast 17.93:1
Card sample
#d6f6ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6f6ce;
Background color
Panel with #d6f6ce background
background-color: #d6f6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6f6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 246, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 246, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6f6ce; background: linear-gradient(135deg, #d6f6ce, #CEF6E1);