#d6ffcf
a pale, electric green · cool · closest name: beige
RGB
214, 255, 207
HSL
111°, 100%, 91%
CMYK
16, 0, 19, 0
Luminance
0.9032
Every format
| HEX | #d6ffcf |
| RGB | rgb(214, 255, 207) |
| HSL | hsl(111, 100%, 91%) |
| CMYK | cmyk(16%, 0%, 19%, 0%) |
| LAB | lab(96.1 -21.8 18.7) |
| LCH | lch(96.1 28.7 139.4) |
| OKLCH | oklch(0.959 0.076 141.0) |
Copy-ready code
/* CSS */
color: #d6ffcf;
background-color: #d6ffcf;
/* Tailwind (arbitrary) */
class="text-[#d6ffcf] bg-[#d6ffcf]"
/* SCSS */
$brand: #d6ffcf;
/* SwiftUI */
Color(red: 0.839, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#d6ffcf")Accessibility — WCAG contrast
Aa
#d6ffcf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ffcf on black: 19.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green100.0%
Blue81.2%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#d6ffcf text on a black background
contrast 19.06:1
Card sample
#d6ffcf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ffcf;
Background color
Panel with #d6ffcf background
background-color: #d6ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ffcf; background: linear-gradient(135deg, #d6ffcf, #CFFFE8);