#d3f5df
a pale, vivid green · cool · closest name: beige
RGB
211, 245, 223
HSL
141°, 63%, 89%
CMYK
14, 0, 9, 4
Luminance
0.8448
Every format
| HEX | #d3f5df |
| RGB | rgb(211, 245, 223) |
| HSL | hsl(141, 63%, 89%) |
| CMYK | cmyk(14%, 0%, 9%, 4%) |
| LAB | lab(93.7 -15.1 6.9) |
| LCH | lch(93.7 16.6 155.4) |
| OKLCH | oklch(0.940 0.046 157.0) |
Copy-ready code
/* CSS */
color: #d3f5df;
background-color: #d3f5df;
/* Tailwind (arbitrary) */
class="text-[#d3f5df] bg-[#d3f5df]"
/* SCSS */
$brand: #d3f5df;
/* SwiftUI */
Color(red: 0.827, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#d3f5df")Accessibility — WCAG contrast
Aa
#d3f5df on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f5df on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green96.1%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#d3f5df text on a black background
contrast 17.90:1
Card sample
#d3f5df text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f5df;
Background color
Panel with #d3f5df background
background-color: #d3f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f5df; background: linear-gradient(135deg, #d3f5df, #D3F4F5);