#daebdf
a pale, soft green · cool · closest name: beige
RGB
218, 235, 223
HSL
138°, 30%, 89%
CMYK
7, 0, 5, 8
Luminance
0.7965
Every format
| HEX | #daebdf |
| RGB | rgb(218, 235, 223) |
| HSL | hsl(138, 30%, 89%) |
| CMYK | cmyk(7%, 0%, 5%, 8%) |
| LAB | lab(91.5 -7.8 3.9) |
| LCH | lch(91.5 8.7 153.6) |
| OKLCH | oklch(0.924 0.024 155.1) |
Copy-ready code
/* CSS */
color: #daebdf;
background-color: #daebdf;
/* Tailwind (arbitrary) */
class="text-[#daebdf] bg-[#daebdf]"
/* SCSS */
$brand: #daebdf;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#daebdf")Accessibility — WCAG contrast
Aa
#daebdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daebdf on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#daebdf text on a black background
contrast 16.93:1
Card sample
#daebdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daebdf;
Background color
Panel with #daebdf background
background-color: #daebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daebdf; background: linear-gradient(135deg, #daebdf, #DAEBEA);