#daffeb
a pale, electric green · cool · closest name: beige
RGB
218, 255, 235
HSL
148°, 100%, 93%
CMYK
15, 0, 8, 0
Luminance
0.9242
Every format
| HEX | #daffeb |
| RGB | rgb(218, 255, 235) |
| HSL | hsl(148, 100%, 93%) |
| CMYK | cmyk(15%, 0%, 8%, 0%) |
| LAB | lab(97.0 -15.6 5.6) |
| LCH | lch(97.0 16.6 160.3) |
| OKLCH | oklch(0.968 0.046 161.8) |
Copy-ready code
/* CSS */
color: #daffeb;
background-color: #daffeb;
/* Tailwind (arbitrary) */
class="text-[#daffeb] bg-[#daffeb]"
/* SCSS */
$brand: #daffeb;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#daffeb")Accessibility — WCAG contrast
Aa
#daffeb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daffeb on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#daffeb text on a black background
contrast 19.48:1
Card sample
#daffeb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daffeb;
Background color
Panel with #daffeb background
background-color: #daffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daffeb; background: linear-gradient(135deg, #daffeb, #DAFAFF);