#daf2ab
a light, vivid green · cool · closest name: khaki
RGB
218, 242, 171
HSL
80°, 73%, 81%
CMYK
10, 0, 29, 5
Luminance
0.8135
Every format
| HEX | #daf2ab |
| RGB | rgb(218, 242, 171) |
| HSL | hsl(80, 73%, 81%) |
| CMYK | cmyk(10%, 0%, 29%, 5%) |
| LAB | lab(92.3 -19.5 31.8) |
| LCH | lch(92.3 37.3 121.6) |
| OKLCH | oklch(0.927 0.095 123.4) |
Copy-ready code
/* CSS */
color: #daf2ab;
background-color: #daf2ab;
/* Tailwind (arbitrary) */
class="text-[#daf2ab] bg-[#daf2ab]"
/* SCSS */
$brand: #daf2ab;
/* SwiftUI */
Color(red: 0.855, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#daf2ab")Accessibility — WCAG contrast
Aa
#daf2ab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daf2ab on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green94.9%
Blue67.1%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#daf2ab text on a black background
contrast 17.27:1
Card sample
#daf2ab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daf2ab;
Background color
Panel with #daf2ab background
background-color: #daf2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daf2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daf2ab; background: linear-gradient(135deg, #daf2ab, #ABF2AB);