#dae9af
a light, vivid green · cool · closest name: beige
RGB
218, 233, 175
HSL
76°, 57%, 80%
CMYK
6, 0, 25, 9
Luminance
0.7628
Every format
| HEX | #dae9af |
| RGB | rgb(218, 233, 175) |
| HSL | hsl(76, 57%, 80%) |
| CMYK | cmyk(6%, 0%, 25%, 9%) |
| LAB | lab(90.0 -14.6 26.6) |
| LCH | lch(90.0 30.3 118.7) |
| OKLCH | oklch(0.908 0.077 119.7) |
Copy-ready code
/* CSS */
color: #dae9af;
background-color: #dae9af;
/* Tailwind (arbitrary) */
class="text-[#dae9af] bg-[#dae9af]"
/* SCSS */
$brand: #dae9af;
/* SwiftUI */
Color(red: 0.855, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#dae9af")Accessibility — WCAG contrast
Aa
#dae9af on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dae9af on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green91.4%
Blue68.6%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#dae9af text on a black background
contrast 16.26:1
Card sample
#dae9af text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dae9af;
Background color
Panel with #dae9af background
background-color: #dae9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dae9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dae9af; background: linear-gradient(135deg, #dae9af, #B3E9AF);