#d3f2e4
a pale, vivid green · cool · closest name: beige
RGB
211, 242, 228
HSL
153°, 54%, 89%
CMYK
13, 0, 6, 5
Luminance
0.8295
Every format
| HEX | #d3f2e4 |
| RGB | rgb(211, 242, 228) |
| HSL | hsl(153, 54%, 89%) |
| CMYK | cmyk(13%, 0%, 6%, 5%) |
| LAB | lab(93.0 -12.7 3.4) |
| LCH | lch(93.0 13.2 165.2) |
| OKLCH | oklch(0.935 0.037 166.6) |
Copy-ready code
/* CSS */
color: #d3f2e4;
background-color: #d3f2e4;
/* Tailwind (arbitrary) */
class="text-[#d3f2e4] bg-[#d3f2e4]"
/* SCSS */
$brand: #d3f2e4;
/* SwiftUI */
Color(red: 0.827, green: 0.949, blue: 0.894)
/* Android */
Color.parseColor("#d3f2e4")Accessibility — WCAG contrast
Aa
#d3f2e4 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f2e4 on black: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green94.9%
Blue89.4%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow5.8%
Key (black)5.1%
Color previews
#d3f2e4 text on a black background
contrast 17.59:1
Card sample
#d3f2e4 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f2e4;
Background color
Panel with #d3f2e4 background
background-color: #d3f2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 242, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 242, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f2e4; background: linear-gradient(135deg, #d3f2e4, #D3EBF2);