#daffbb
a pale, electric green · cool · closest name: khaki
RGB
218, 255, 187
HSL
93°, 100%, 87%
CMYK
15, 0, 27, 0
Luminance
0.9001
Every format
| HEX | #daffbb |
| RGB | rgb(218, 255, 187) |
| HSL | hsl(93, 100%, 87%) |
| CMYK | cmyk(15%, 0%, 27%, 0%) |
| LAB | lab(96.0 -23.5 28.7) |
| LCH | lch(96.0 37.1 129.4) |
| OKLCH | oklch(0.957 0.096 131.2) |
Copy-ready code
/* CSS */
color: #daffbb;
background-color: #daffbb;
/* Tailwind (arbitrary) */
class="text-[#daffbb] bg-[#daffbb]"
/* SCSS */
$brand: #daffbb;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.733)
/* Android */
Color.parseColor("#daffbb")Accessibility — WCAG contrast
Aa
#daffbb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daffbb on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue73.3%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow26.7%
Key (black)0.0%
Color previews
#daffbb text on a black background
contrast 19.00:1
Card sample
#daffbb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daffbb;
Background color
Panel with #daffbb background
background-color: #daffbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daffbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daffbb; background: linear-gradient(135deg, #daffbb, #BBFFC9);