#d3ebee
a pale, soft cyan · cool · closest name: white
RGB
211, 235, 238
HSL
187°, 44%, 88%
CMYK
11, 1, 0, 7
Luminance
0.7944
Every format
| HEX | #d3ebee |
| RGB | rgb(211, 235, 238) |
| HSL | hsl(187, 44%, 88%) |
| CMYK | cmyk(11%, 1%, 0%, 7%) |
| LAB | lab(91.4 -7.3 -4.1) |
| LCH | lch(91.4 8.4 209.6) |
| OKLCH | oklch(0.923 0.026 205.8) |
Copy-ready code
/* CSS */
color: #d3ebee;
background-color: #d3ebee;
/* Tailwind (arbitrary) */
class="text-[#d3ebee] bg-[#d3ebee]"
/* SCSS */
$brand: #d3ebee;
/* SwiftUI */
Color(red: 0.827, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#d3ebee")Accessibility — WCAG contrast
Aa
#d3ebee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3ebee on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan11.3%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d3ebee text on a black background
contrast 16.89:1
Card sample
#d3ebee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3ebee;
Background color
Panel with #d3ebee background
background-color: #d3ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3ebee; background: linear-gradient(135deg, #d3ebee, #D3D9EE);