#daf5eb
a pale, vivid green · cool · closest name: ivory
RGB
218, 245, 235
HSL
158°, 57%, 91%
CMYK
11, 0, 4, 4
Luminance
0.8621
Every format
| HEX | #daf5eb |
| RGB | rgb(218, 245, 235) |
| HSL | hsl(158, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 4%, 4%) |
| LAB | lab(94.4 -10.7 1.8) |
| LCH | lch(94.4 10.8 170.3) |
| OKLCH | oklch(0.948 0.031 171.4) |
Copy-ready code
/* CSS */
color: #daf5eb;
background-color: #daf5eb;
/* Tailwind (arbitrary) */
class="text-[#daf5eb] bg-[#daf5eb]"
/* SCSS */
$brand: #daf5eb;
/* SwiftUI */
Color(red: 0.855, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#daf5eb")Accessibility — WCAG contrast
Aa
#daf5eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf5eb on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green96.1%
Blue92.2%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#daf5eb text on a black background
contrast 18.24:1
Card sample
#daf5eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf5eb;
Background color
Panel with #daf5eb background
background-color: #daf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf5eb; background: linear-gradient(135deg, #daf5eb, #DAEDF5);