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