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