#daf7eb
a pale, vivid green · cool · closest name: ivory
RGB
218, 247, 235
HSL
155°, 64%, 91%
CMYK
12, 0, 5, 3
Luminance
0.8743
Every format
| HEX | #daf7eb |
| RGB | rgb(218, 247, 235) |
| HSL | hsl(155, 64%, 91%) |
| CMYK | cmyk(12%, 0%, 5%, 3%) |
| LAB | lab(94.9 -11.7 2.6) |
| LCH | lch(94.9 11.9 167.5) |
| OKLCH | oklch(0.952 0.034 168.8) |
Copy-ready code
/* CSS */
color: #daf7eb;
background-color: #daf7eb;
/* Tailwind (arbitrary) */
class="text-[#daf7eb] bg-[#daf7eb]"
/* SCSS */
$brand: #daf7eb;
/* SwiftUI */
Color(red: 0.855, green: 0.969, blue: 0.922)
/* Android */
Color.parseColor("#daf7eb")Accessibility — WCAG contrast
Aa
#daf7eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf7eb on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green96.9%
Blue92.2%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow4.9%
Key (black)3.1%
Color previews
#daf7eb text on a black background
contrast 18.49:1
Card sample
#daf7eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf7eb;
Background color
Panel with #daf7eb background
background-color: #daf7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 247, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 247, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf7eb; background: linear-gradient(135deg, #daf7eb, #DAF0F7);