#d8ffdb
a pale, electric green · cool · closest name: beige
RGB
216, 255, 219
HSL
125°, 100%, 92%
CMYK
15, 0, 14, 0
Luminance
0.9123
Every format
| HEX | #d8ffdb |
| RGB | rgb(216, 255, 219) |
| HSL | hsl(125, 100%, 92%) |
| CMYK | cmyk(15%, 0%, 14%, 0%) |
| LAB | lab(96.5 -19.1 13.1) |
| LCH | lch(96.5 23.2 145.6) |
| OKLCH | oklch(0.963 0.063 147.2) |
Copy-ready code
/* CSS */
color: #d8ffdb;
background-color: #d8ffdb;
/* Tailwind (arbitrary) */
class="text-[#d8ffdb] bg-[#d8ffdb]"
/* SCSS */
$brand: #d8ffdb;
/* SwiftUI */
Color(red: 0.847, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#d8ffdb")Accessibility — WCAG contrast
Aa
#d8ffdb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ffdb on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green100.0%
Blue85.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#d8ffdb text on a black background
contrast 19.25:1
Card sample
#d8ffdb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ffdb;
Background color
Panel with #d8ffdb background
background-color: #d8ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ffdb; background: linear-gradient(135deg, #d8ffdb, #D8FFF5);