#d3fceb
a pale, electric green · cool · closest name: beige
RGB
211, 252, 235
HSL
155°, 87%, 91%
CMYK
16, 0, 7, 1
Luminance
0.8947
Every format
| HEX | #d3fceb |
| RGB | rgb(211, 252, 235) |
| HSL | hsl(155, 87%, 91%) |
| CMYK | cmyk(16%, 0%, 7%, 1%) |
| LAB | lab(95.8 -16.4 3.8) |
| LCH | lch(95.8 16.8 167.0) |
| OKLCH | oklch(0.958 0.048 168.3) |
Copy-ready code
/* CSS */
color: #d3fceb;
background-color: #d3fceb;
/* Tailwind (arbitrary) */
class="text-[#d3fceb] bg-[#d3fceb]"
/* SCSS */
$brand: #d3fceb;
/* SwiftUI */
Color(red: 0.827, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#d3fceb")Accessibility — WCAG contrast
Aa
#d3fceb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3fceb on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#d3fceb text on a black background
contrast 18.89:1
Card sample
#d3fceb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3fceb;
Background color
Panel with #d3fceb background
background-color: #d3fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3fceb; background: linear-gradient(135deg, #d3fceb, #D3F2FC);