#d8f2ce
a pale, vivid green · cool · closest name: beige
RGB
216, 242, 206
HSL
103°, 58%, 88%
CMYK
11, 0, 15, 5
Luminance
0.8256
Every format
| HEX | #d8f2ce |
| RGB | rgb(216, 242, 206) |
| HSL | hsl(103, 58%, 88%) |
| CMYK | cmyk(11%, 0%, 15%, 5%) |
| LAB | lab(92.8 -14.9 14.6) |
| LCH | lch(92.8 20.9 135.8) |
| OKLCH | oklch(0.933 0.055 137.0) |
Copy-ready code
/* CSS */
color: #d8f2ce;
background-color: #d8f2ce;
/* Tailwind (arbitrary) */
class="text-[#d8f2ce] bg-[#d8f2ce]"
/* SCSS */
$brand: #d8f2ce;
/* SwiftUI */
Color(red: 0.847, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#d8f2ce")Accessibility — WCAG contrast
Aa
#d8f2ce on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8f2ce on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green94.9%
Blue80.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#d8f2ce text on a black background
contrast 17.51:1
Card sample
#d8f2ce text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8f2ce;
Background color
Panel with #d8f2ce background
background-color: #d8f2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8f2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8f2ce; background: linear-gradient(135deg, #d8f2ce, #CEF2DC);