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