#d3ffdb
a pale, electric green · cool · closest name: beige
RGB
211, 255, 219
HSL
131°, 100%, 91%
CMYK
17, 0, 14, 0
Luminance
0.9048
Every format
| HEX | #d3ffdb |
| RGB | rgb(211, 255, 219) |
| HSL | hsl(131, 100%, 91%) |
| CMYK | cmyk(17%, 0%, 14%, 0%) |
| LAB | lab(96.2 -20.7 12.6) |
| LCH | lch(96.2 24.3 148.7) |
| OKLCH | oklch(0.960 0.066 150.3) |
Copy-ready code
/* CSS */
color: #d3ffdb;
background-color: #d3ffdb;
/* Tailwind (arbitrary) */
class="text-[#d3ffdb] bg-[#d3ffdb]"
/* SCSS */
$brand: #d3ffdb;
/* SwiftUI */
Color(red: 0.827, green: 1.000, blue: 0.859)
/* Android */
Color.parseColor("#d3ffdb")Accessibility — WCAG contrast
Aa
#d3ffdb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ffdb on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green100.0%
Blue85.9%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow14.1%
Key (black)0.0%
Color previews
#d3ffdb text on a black background
contrast 19.10:1
Card sample
#d3ffdb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ffdb;
Background color
Panel with #d3ffdb background
background-color: #d3ffdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ffdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 255, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 255, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ffdb; background: linear-gradient(135deg, #d3ffdb, #D3FFF8);