#d8f9e2
a pale, vivid green · cool · closest name: beige
RGB
216, 249, 226
HSL
138°, 73%, 91%
CMYK
13, 0, 9, 2
Luminance
0.8784
Every format
| HEX | #d8f9e2 |
| RGB | rgb(216, 249, 226) |
| HSL | hsl(138, 73%, 91%) |
| CMYK | cmyk(13%, 0%, 9%, 2%) |
| LAB | lab(95.1 -14.9 7.5) |
| LCH | lch(95.1 16.7 153.5) |
| OKLCH | oklch(0.952 0.046 155.0) |
Copy-ready code
/* CSS */
color: #d8f9e2;
background-color: #d8f9e2;
/* Tailwind (arbitrary) */
class="text-[#d8f9e2] bg-[#d8f9e2]"
/* SCSS */
$brand: #d8f9e2;
/* SwiftUI */
Color(red: 0.847, green: 0.976, blue: 0.886)
/* Android */
Color.parseColor("#d8f9e2")Accessibility — WCAG contrast
Aa
#d8f9e2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8f9e2 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green97.6%
Blue88.6%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow9.2%
Key (black)2.4%
Color previews
#d8f9e2 text on a black background
contrast 18.57:1
Card sample
#d8f9e2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8f9e2;
Background color
Panel with #d8f9e2 background
background-color: #d8f9e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8f9e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 249, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 249, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8f9e2; background: linear-gradient(135deg, #d8f9e2, #D8F9F8);