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