#d5eace
a pale, soft green · cool · closest name: beige
RGB
213, 234, 206
HSL
105°, 40%, 86%
CMYK
9, 0, 12, 8
Luminance
0.7745
Every format
| HEX | #d5eace |
| RGB | rgb(213, 234, 206) |
| HSL | hsl(105, 40%, 86%) |
| CMYK | cmyk(9%, 0%, 12%, 8%) |
| LAB | lab(90.5 -12.0 11.3) |
| LCH | lch(90.5 16.4 136.8) |
| OKLCH | oklch(0.914 0.044 137.8) |
Copy-ready code
/* CSS */
color: #d5eace;
background-color: #d5eace;
/* Tailwind (arbitrary) */
class="text-[#d5eace] bg-[#d5eace]"
/* SCSS */
$brand: #d5eace;
/* SwiftUI */
Color(red: 0.835, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#d5eace")Accessibility — WCAG contrast
Aa
#d5eace on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5eace on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green91.8%
Blue80.8%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#d5eace text on a black background
contrast 16.49:1
Card sample
#d5eace text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5eace;
Background color
Panel with #d5eace background
background-color: #d5eace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5eace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5eace; background: linear-gradient(135deg, #d5eace, #CEEADA);