#daf0eb
a pale, soft cyan · cool · closest name: white
RGB
218, 240, 235
HSL
166°, 42%, 90%
CMYK
9, 0, 2, 6
Luminance
0.8322
Every format
| HEX | #daf0eb |
| RGB | rgb(218, 240, 235) |
| HSL | hsl(166, 42%, 90%) |
| CMYK | cmyk(9%, 0%, 2%, 6%) |
| LAB | lab(93.1 -8.1 -0.1) |
| LCH | lch(93.1 8.1 180.4) |
| OKLCH | oklch(0.938 0.024 180.6) |
Copy-ready code
/* CSS */
color: #daf0eb;
background-color: #daf0eb;
/* Tailwind (arbitrary) */
class="text-[#daf0eb] bg-[#daf0eb]"
/* SCSS */
$brand: #daf0eb;
/* SwiftUI */
Color(red: 0.855, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#daf0eb")Accessibility — WCAG contrast
Aa
#daf0eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf0eb on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green94.1%
Blue92.2%
CMYK percentages
Cyan9.2%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#daf0eb text on a black background
contrast 17.64:1
Card sample
#daf0eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf0eb;
Background color
Panel with #daf0eb background
background-color: #daf0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf0eb; background: linear-gradient(135deg, #daf0eb, #DAE6F0);