#d5ebdb
a pale, soft green · cool · closest name: beige
RGB
213, 235, 219
HSL
136°, 36%, 88%
CMYK
9, 0, 7, 8
Luminance
0.7868
Every format
| HEX | #d5ebdb |
| RGB | rgb(213, 235, 219) |
| HSL | hsl(136, 36%, 88%) |
| CMYK | cmyk(9%, 0%, 7%, 8%) |
| LAB | lab(91.1 -10.2 5.3) |
| LCH | lch(91.1 11.5 152.6) |
| OKLCH | oklch(0.919 0.032 154.1) |
Copy-ready code
/* CSS */
color: #d5ebdb;
background-color: #d5ebdb;
/* Tailwind (arbitrary) */
class="text-[#d5ebdb] bg-[#d5ebdb]"
/* SCSS */
$brand: #d5ebdb;
/* SwiftUI */
Color(red: 0.835, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#d5ebdb")Accessibility — WCAG contrast
Aa
#d5ebdb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5ebdb on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green92.2%
Blue85.9%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#d5ebdb text on a black background
contrast 16.74:1
Card sample
#d5ebdb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5ebdb;
Background color
Panel with #d5ebdb background
background-color: #d5ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5ebdb; background: linear-gradient(135deg, #d5ebdb, #D5EBEA);