#d3ffeb
a pale, electric green · cool · closest name: beige
RGB
211, 255, 235
HSL
153°, 100%, 91%
CMYK
17, 0, 8, 0
Luminance
0.9137
Every format
| HEX | #d3ffeb |
| RGB | rgb(211, 255, 235) |
| HSL | hsl(153, 100%, 91%) |
| CMYK | cmyk(17%, 0%, 8%, 0%) |
| LAB | lab(96.6 -17.8 4.9) |
| LCH | lch(96.6 18.5 164.6) |
| OKLCH | oklch(0.964 0.052 166.0) |
Copy-ready code
/* CSS */
color: #d3ffeb;
background-color: #d3ffeb;
/* Tailwind (arbitrary) */
class="text-[#d3ffeb] bg-[#d3ffeb]"
/* SCSS */
$brand: #d3ffeb;
/* SwiftUI */
Color(red: 0.827, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#d3ffeb")Accessibility — WCAG contrast
Aa
#d3ffeb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ffeb on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green100.0%
Blue92.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#d3ffeb text on a black background
contrast 19.27:1
Card sample
#d3ffeb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ffeb;
Background color
Panel with #d3ffeb background
background-color: #d3ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ffeb; background: linear-gradient(135deg, #d3ffeb, #D3F6FF);