#d2ebdb
a pale, soft green · cool · closest name: beige
RGB
210, 235, 219
HSL
142°, 39%, 87%
CMYK
11, 0, 7, 8
Luminance
0.7823
Every format
| HEX | #d2ebdb |
| RGB | rgb(210, 235, 219) |
| HSL | hsl(142, 39%, 87%) |
| CMYK | cmyk(11%, 0%, 7%, 8%) |
| LAB | lab(90.9 -11.2 5.0) |
| LCH | lch(90.9 12.3 156.0) |
| OKLCH | oklch(0.917 0.034 157.6) |
Copy-ready code
/* CSS */
color: #d2ebdb;
background-color: #d2ebdb;
/* Tailwind (arbitrary) */
class="text-[#d2ebdb] bg-[#d2ebdb]"
/* SCSS */
$brand: #d2ebdb;
/* SwiftUI */
Color(red: 0.824, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#d2ebdb")Accessibility — WCAG contrast
Aa
#d2ebdb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ebdb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.2%
Blue85.9%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#d2ebdb text on a black background
contrast 16.65:1
Card sample
#d2ebdb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ebdb;
Background color
Panel with #d2ebdb background
background-color: #d2ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ebdb; background: linear-gradient(135deg, #d2ebdb, #D2EAEB);