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