#d3edeb
a pale, soft cyan · cool · closest name: white
RGB
211, 237, 235
HSL
175°, 42%, 88%
CMYK
11, 0, 1, 7
Luminance
0.8042
Every format
| HEX | #d3edeb |
| RGB | rgb(211, 237, 235) |
| HSL | hsl(175, 42%, 88%) |
| CMYK | cmyk(11%, 0%, 1%, 7%) |
| LAB | lab(91.9 -8.9 -1.9) |
| LCH | lch(91.9 9.1 192.2) |
| OKLCH | oklch(0.927 0.027 191.1) |
Copy-ready code
/* CSS */
color: #d3edeb;
background-color: #d3edeb;
/* Tailwind (arbitrary) */
class="text-[#d3edeb] bg-[#d3edeb]"
/* SCSS */
$brand: #d3edeb;
/* SwiftUI */
Color(red: 0.827, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#d3edeb")Accessibility — WCAG contrast
Aa
#d3edeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3edeb on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.9%
Blue92.2%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#d3edeb text on a black background
contrast 17.08:1
Card sample
#d3edeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3edeb;
Background color
Panel with #d3edeb background
background-color: #d3edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3edeb; background: linear-gradient(135deg, #d3edeb, #D3DEED);