#d6fce8
a pale, electric green · cool · closest name: beige
RGB
214, 252, 232
HSL
148°, 86%, 91%
CMYK
15, 0, 8, 1
Luminance
0.8974
Every format
| HEX | #d6fce8 |
| RGB | rgb(214, 252, 232) |
| HSL | hsl(148, 86%, 91%) |
| CMYK | cmyk(15%, 0%, 8%, 1%) |
| LAB | lab(95.9 -16.0 5.5) |
| LCH | lch(95.9 16.9 161.0) |
| OKLCH | oklch(0.959 0.047 162.5) |
Copy-ready code
/* CSS */
color: #d6fce8;
background-color: #d6fce8;
/* Tailwind (arbitrary) */
class="text-[#d6fce8] bg-[#d6fce8]"
/* SCSS */
$brand: #d6fce8;
/* SwiftUI */
Color(red: 0.839, green: 0.988, blue: 0.910)
/* Android */
Color.parseColor("#d6fce8")Accessibility — WCAG contrast
Aa
#d6fce8 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6fce8 on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green98.8%
Blue91.0%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow7.9%
Key (black)1.2%
Color previews
#d6fce8 text on a black background
contrast 18.95:1
Card sample
#d6fce8 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6fce8;
Background color
Panel with #d6fce8 background
background-color: #d6fce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6fce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 252, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 252, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6fce8; background: linear-gradient(135deg, #d6fce8, #D6F7FC);