#daeb9f
a light, vivid green · cool · closest name: khaki
RGB
218, 235, 159
HSL
73°, 66%, 77%
CMYK
7, 0, 32, 8
Luminance
0.7683
Every format
| HEX | #daeb9f |
| RGB | rgb(218, 235, 159) |
| HSL | hsl(73, 66%, 77%) |
| CMYK | cmyk(7%, 0%, 32%, 8%) |
| LAB | lab(90.2 -17.7 35.1) |
| LCH | lch(90.2 39.3 116.8) |
| OKLCH | oklch(0.910 0.099 118.7) |
Copy-ready code
/* CSS */
color: #daeb9f;
background-color: #daeb9f;
/* Tailwind (arbitrary) */
class="text-[#daeb9f] bg-[#daeb9f]"
/* SCSS */
$brand: #daeb9f;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#daeb9f")Accessibility — WCAG contrast
Aa
#daeb9f on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeb9f on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue62.4%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow32.3%
Key (black)7.8%
Color previews
#daeb9f text on a black background
contrast 16.37:1
Card sample
#daeb9f text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeb9f;
Background color
Panel with #daeb9f background
background-color: #daeb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeb9f; background: linear-gradient(135deg, #daeb9f, #A8EB9F);