#d8f4df
a pale, vivid green · cool · closest name: beige
RGB
216, 244, 223
HSL
135°, 56%, 90%
CMYK
12, 0, 9, 4
Luminance
0.8463
Every format
| HEX | #d8f4df |
| RGB | rgb(216, 244, 223) |
| HSL | hsl(135, 56%, 90%) |
| CMYK | cmyk(12%, 0%, 9%, 4%) |
| LAB | lab(93.7 -13.0 7.0) |
| LCH | lch(93.7 14.8 151.5) |
| OKLCH | oklch(0.941 0.041 153.1) |
Copy-ready code
/* CSS */
color: #d8f4df;
background-color: #d8f4df;
/* Tailwind (arbitrary) */
class="text-[#d8f4df] bg-[#d8f4df]"
/* SCSS */
$brand: #d8f4df;
/* SwiftUI */
Color(red: 0.847, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#d8f4df")Accessibility — WCAG contrast
Aa
#d8f4df on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8f4df on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green95.7%
Blue87.5%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#d8f4df text on a black background
contrast 17.93:1
Card sample
#d8f4df text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8f4df;
Background color
Panel with #d8f4df background
background-color: #d8f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8f4df; background: linear-gradient(135deg, #d8f4df, #D8F4F2);