#dafceb
a pale, electric green · cool · closest name: ivory
RGB
218, 252, 235
HSL
150°, 85%, 92%
CMYK
14, 0, 7, 1
Luminance
0.9052
Every format
| HEX | #dafceb |
| RGB | rgb(218, 252, 235) |
| HSL | hsl(150, 85%, 92%) |
| CMYK | cmyk(14%, 0%, 7%, 1%) |
| LAB | lab(96.2 -14.1 4.5) |
| LCH | lch(96.2 14.8 162.5) |
| OKLCH | oklch(0.962 0.042 163.9) |
Copy-ready code
/* CSS */
color: #dafceb;
background-color: #dafceb;
/* Tailwind (arbitrary) */
class="text-[#dafceb] bg-[#dafceb]"
/* SCSS */
$brand: #dafceb;
/* SwiftUI */
Color(red: 0.855, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#dafceb")Accessibility — WCAG contrast
Aa
#dafceb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafceb on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#dafceb text on a black background
contrast 19.10:1
Card sample
#dafceb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafceb;
Background color
Panel with #dafceb background
background-color: #dafceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafceb; background: linear-gradient(135deg, #dafceb, #DAF6FC);