#daeace
a pale, soft green · cool · closest name: beige
RGB
218, 234, 206
HSL
94°, 40%, 86%
CMYK
7, 0, 12, 8
Luminance
0.7821
Every format
| HEX | #daeace |
| RGB | rgb(218, 234, 206) |
| HSL | hsl(94, 40%, 86%) |
| CMYK | cmyk(7%, 0%, 12%, 8%) |
| LAB | lab(90.9 -10.3 11.8) |
| LCH | lch(90.9 15.6 131.0) |
| OKLCH | oklch(0.918 0.041 131.7) |
Copy-ready code
/* CSS */
color: #daeace;
background-color: #daeace;
/* Tailwind (arbitrary) */
class="text-[#daeace] bg-[#daeace]"
/* SCSS */
$brand: #daeace;
/* SwiftUI */
Color(red: 0.855, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#daeace")Accessibility — WCAG contrast
Aa
#daeace on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeace on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green91.8%
Blue80.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow12.0%
Key (black)8.2%
Color previews
#daeace text on a black background
contrast 16.64:1
Card sample
#daeace text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeace;
Background color
Panel with #daeace background
background-color: #daeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeace; background: linear-gradient(135deg, #daeace, #CEEAD5);