#daf4eb
a pale, vivid green · cool · closest name: ivory
RGB
218, 244, 235
HSL
159°, 54%, 91%
CMYK
11, 0, 4, 4
Luminance
0.8560
Every format
| HEX | #daf4eb |
| RGB | rgb(218, 244, 235) |
| HSL | hsl(159, 54%, 91%) |
| CMYK | cmyk(11%, 0%, 4%, 4%) |
| LAB | lab(94.1 -10.2 1.4) |
| LCH | lch(94.1 10.3 171.9) |
| OKLCH | oklch(0.946 0.030 172.9) |
Copy-ready code
/* CSS */
color: #daf4eb;
background-color: #daf4eb;
/* Tailwind (arbitrary) */
class="text-[#daf4eb] bg-[#daf4eb]"
/* SCSS */
$brand: #daf4eb;
/* SwiftUI */
Color(red: 0.855, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#daf4eb")Accessibility — WCAG contrast
Aa
#daf4eb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf4eb on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green95.7%
Blue92.2%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#daf4eb text on a black background
contrast 18.12:1
Card sample
#daf4eb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf4eb;
Background color
Panel with #daf4eb background
background-color: #daf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf4eb; background: linear-gradient(135deg, #daf4eb, #DAECF4);