#d8ebee
a pale, soft cyan · cool · closest name: white
RGB
216, 235, 238
HSL
188°, 39%, 89%
CMYK
9, 1, 0, 7
Luminance
0.8019
Every format
| HEX | #d8ebee |
| RGB | rgb(216, 235, 238) |
| HSL | hsl(188, 39%, 89%) |
| CMYK | cmyk(9%, 1%, 0%, 7%) |
| LAB | lab(91.8 -5.7 -3.6) |
| LCH | lch(91.8 6.7 212.4) |
| OKLCH | oklch(0.927 0.021 208.1) |
Copy-ready code
/* CSS */
color: #d8ebee;
background-color: #d8ebee;
/* Tailwind (arbitrary) */
class="text-[#d8ebee] bg-[#d8ebee]"
/* SCSS */
$brand: #d8ebee;
/* SwiftUI */
Color(red: 0.847, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#d8ebee")Accessibility — WCAG contrast
Aa
#d8ebee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ebee on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan9.2%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d8ebee text on a black background
contrast 17.04:1
Card sample
#d8ebee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ebee;
Background color
Panel with #d8ebee background
background-color: #d8ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ebee; background: linear-gradient(135deg, #d8ebee, #D8DCEE);