#daf6ee
a pale, vivid cyan · cool · closest name: ivory
RGB
218, 246, 238
HSL
163°, 61%, 91%
CMYK
11, 0, 3, 4
Luminance
0.8699
Every format
| HEX | #daf6ee |
| RGB | rgb(218, 246, 238) |
| HSL | hsl(163, 61%, 91%) |
| CMYK | cmyk(11%, 0%, 3%, 4%) |
| LAB | lab(94.7 -10.6 0.8) |
| LCH | lch(94.7 10.6 175.9) |
| OKLCH | oklch(0.951 0.031 176.6) |
Copy-ready code
/* CSS */
color: #daf6ee;
background-color: #daf6ee;
/* Tailwind (arbitrary) */
class="text-[#daf6ee] bg-[#daf6ee]"
/* SCSS */
$brand: #daf6ee;
/* SwiftUI */
Color(red: 0.855, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#daf6ee")Accessibility — WCAG contrast
Aa
#daf6ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf6ee on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green96.5%
Blue93.3%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow3.3%
Key (black)3.5%
Color previews
#daf6ee text on a black background
contrast 18.40:1
Card sample
#daf6ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf6ee;
Background color
Panel with #daf6ee background
background-color: #daf6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf6ee; background: linear-gradient(135deg, #daf6ee, #DAEBF6);