#d3f2e9
a pale, vivid cyan · cool · closest name: ivory
RGB
211, 242, 233
HSL
163°, 54%, 89%
CMYK
13, 0, 4, 5
Luminance
0.8324
Every format
| HEX | #d3f2e9 |
| RGB | rgb(211, 242, 233) |
| HSL | hsl(163, 54%, 89%) |
| CMYK | cmyk(13%, 0%, 4%, 5%) |
| LAB | lab(93.1 -11.8 0.9) |
| LCH | lch(93.1 11.8 175.4) |
| OKLCH | oklch(0.936 0.035 176.2) |
Copy-ready code
/* CSS */
color: #d3f2e9;
background-color: #d3f2e9;
/* Tailwind (arbitrary) */
class="text-[#d3f2e9] bg-[#d3f2e9]"
/* SCSS */
$brand: #d3f2e9;
/* SwiftUI */
Color(red: 0.827, green: 0.949, blue: 0.914)
/* Android */
Color.parseColor("#d3f2e9")Accessibility — WCAG contrast
Aa
#d3f2e9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3f2e9 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green94.9%
Blue91.4%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow3.7%
Key (black)5.1%
Color previews
#d3f2e9 text on a black background
contrast 17.65:1
Card sample
#d3f2e9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3f2e9;
Background color
Panel with #d3f2e9 background
background-color: #d3f2e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3f2e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 242, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 242, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3f2e9; background: linear-gradient(135deg, #d3f2e9, #D3E6F2);