#dafaeb
a pale, electric green · cool · closest name: ivory
RGB
218, 250, 235
HSL
152°, 76%, 92%
CMYK
13, 0, 6, 2
Luminance
0.8927
Every format
| HEX | #dafaeb |
| RGB | rgb(218, 250, 235) |
| HSL | hsl(152, 76%, 92%) |
| CMYK | cmyk(13%, 0%, 6%, 2%) |
| LAB | lab(95.7 -13.1 3.7) |
| LCH | lch(95.7 13.7 164.2) |
| OKLCH | oklch(0.958 0.039 165.6) |
Copy-ready code
/* CSS */
color: #dafaeb;
background-color: #dafaeb;
/* Tailwind (arbitrary) */
class="text-[#dafaeb] bg-[#dafaeb]"
/* SCSS */
$brand: #dafaeb;
/* SwiftUI */
Color(red: 0.855, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#dafaeb")Accessibility — WCAG contrast
Aa
#dafaeb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafaeb on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green98.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#dafaeb text on a black background
contrast 18.85:1
Card sample
#dafaeb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafaeb;
Background color
Panel with #dafaeb background
background-color: #dafaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafaeb; background: linear-gradient(135deg, #dafaeb, #DAF4FA);