#daf8eb
a pale, vivid green · cool · closest name: ivory
RGB
218, 248, 235
HSL
154°, 68%, 91%
CMYK
12, 0, 5, 3
Luminance
0.8804
Every format
| HEX | #daf8eb |
| RGB | rgb(218, 248, 235) |
| HSL | hsl(154, 68%, 91%) |
| CMYK | cmyk(12%, 0%, 5%, 3%) |
| LAB | lab(95.2 -12.2 3.0) |
| LCH | lch(95.2 12.5 166.4) |
| OKLCH | oklch(0.954 0.036 167.6) |
Copy-ready code
/* CSS */
color: #daf8eb;
background-color: #daf8eb;
/* Tailwind (arbitrary) */
class="text-[#daf8eb] bg-[#daf8eb]"
/* SCSS */
$brand: #daf8eb;
/* SwiftUI */
Color(red: 0.855, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#daf8eb")Accessibility — WCAG contrast
Aa
#daf8eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf8eb on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green97.3%
Blue92.2%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#daf8eb text on a black background
contrast 18.61:1
Card sample
#daf8eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf8eb;
Background color
Panel with #daf8eb background
background-color: #daf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf8eb; background: linear-gradient(135deg, #daf8eb, #DAF1F8);