#daeb8f
a light, vivid green · cool · closest name: khaki
RGB
218, 235, 143
HSL
71°, 70%, 74%
CMYK
7, 0, 39, 8
Luminance
0.7631
Every format
| HEX | #daeb8f |
| RGB | rgb(218, 235, 143) |
| HSL | hsl(71, 70%, 74%) |
| CMYK | cmyk(7%, 0%, 39%, 8%) |
| LAB | lab(90.0 -19.6 42.7) |
| LCH | lch(90.0 47.0 114.7) |
| OKLCH | oklch(0.907 0.117 117.4) |
Copy-ready code
/* CSS */
color: #daeb8f;
background-color: #daeb8f;
/* Tailwind (arbitrary) */
class="text-[#daeb8f] bg-[#daeb8f]"
/* SCSS */
$brand: #daeb8f;
/* SwiftUI */
Color(red: 0.855, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#daeb8f")Accessibility — WCAG contrast
Aa
#daeb8f on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daeb8f on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green92.2%
Blue56.1%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#daeb8f text on a black background
contrast 16.26:1
Card sample
#daeb8f text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daeb8f;
Background color
Panel with #daeb8f background
background-color: #daeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daeb8f; background: linear-gradient(135deg, #daeb8f, #9DEB8F);