#d9ebdb
a pale, soft green · cool · closest name: beige
RGB
217, 235, 219
HSL
127°, 31%, 89%
CMYK
8, 0, 7, 8
Luminance
0.7928
Every format
| HEX | #d9ebdb |
| RGB | rgb(217, 235, 219) |
| HSL | hsl(127, 31%, 89%) |
| CMYK | cmyk(8%, 0%, 7%, 8%) |
| LAB | lab(91.4 -8.9 5.7) |
| LCH | lch(91.4 10.6 147.2) |
| OKLCH | oklch(0.922 0.029 148.6) |
Copy-ready code
/* CSS */
color: #d9ebdb;
background-color: #d9ebdb;
/* Tailwind (arbitrary) */
class="text-[#d9ebdb] bg-[#d9ebdb]"
/* SCSS */
$brand: #d9ebdb;
/* SwiftUI */
Color(red: 0.851, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#d9ebdb")Accessibility — WCAG contrast
Aa
#d9ebdb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9ebdb on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green92.2%
Blue85.9%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#d9ebdb text on a black background
contrast 16.86:1
Card sample
#d9ebdb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9ebdb;
Background color
Panel with #d9ebdb background
background-color: #d9ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9ebdb; background: linear-gradient(135deg, #d9ebdb, #D9EBE7);