#d3fccf
a pale, electric green · cool · closest name: beige
RGB
211, 252, 207
HSL
115°, 88%, 90%
CMYK
16, 0, 18, 1
Luminance
0.8797
Every format
| HEX | #d3fccf |
| RGB | rgb(211, 252, 207) |
| HSL | hsl(115, 88%, 90%) |
| CMYK | cmyk(16%, 0%, 18%, 1%) |
| LAB | lab(95.2 -21.3 17.3) |
| LCH | lch(95.2 27.4 141.0) |
| OKLCH | oklch(0.951 0.073 142.6) |
Copy-ready code
/* CSS */
color: #d3fccf;
background-color: #d3fccf;
/* Tailwind (arbitrary) */
class="text-[#d3fccf] bg-[#d3fccf]"
/* SCSS */
$brand: #d3fccf;
/* SwiftUI */
Color(red: 0.827, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#d3fccf")Accessibility — WCAG contrast
Aa
#d3fccf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fccf on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.8%
Blue81.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#d3fccf text on a black background
contrast 18.59:1
Card sample
#d3fccf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fccf;
Background color
Panel with #d3fccf background
background-color: #d3fccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fccf; background: linear-gradient(135deg, #d3fccf, #CFFCE9);