#d3fce0
a pale, electric green · cool · closest name: beige
RGB
211, 252, 224
HSL
139°, 87%, 91%
CMYK
16, 0, 11, 1
Luminance
0.8885
Every format
| HEX | #d3fce0 |
| RGB | rgb(211, 252, 224) |
| HSL | hsl(139, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 11%, 1%) |
| LAB | lab(95.5 -18.4 9.1) |
| LCH | lch(95.5 20.5 153.8) |
| OKLCH | oklch(0.955 0.056 155.4) |
Copy-ready code
/* CSS */
color: #d3fce0;
background-color: #d3fce0;
/* Tailwind (arbitrary) */
class="text-[#d3fce0] bg-[#d3fce0]"
/* SCSS */
$brand: #d3fce0;
/* SwiftUI */
Color(red: 0.827, green: 0.988, blue: 0.878)
/* Android */
Color.parseColor("#d3fce0")Accessibility — WCAG contrast
Aa
#d3fce0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fce0 on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.8%
Blue87.8%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow11.1%
Key (black)1.2%
Color previews
#d3fce0 text on a black background
contrast 18.77:1
Card sample
#d3fce0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fce0;
Background color
Panel with #d3fce0 background
background-color: #d3fce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 252, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 252, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fce0; background: linear-gradient(135deg, #d3fce0, #D3FCFB);