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