#dfeeab
a light, vivid green · cool · closest name: khaki
RGB
223, 238, 171
HSL
73°, 66%, 80%
CMYK
6, 0, 28, 7
Luminance
0.7978
Every format
| HEX | #dfeeab |
| RGB | rgb(223, 238, 171) |
| HSL | hsl(73, 66%, 80%) |
| CMYK | cmyk(6%, 0%, 28%, 7%) |
| LAB | lab(91.6 -15.8 30.9) |
| LCH | lch(91.6 34.6 117.1) |
| OKLCH | oklch(0.922 0.088 118.4) |
Copy-ready code
/* CSS */
color: #dfeeab;
background-color: #dfeeab;
/* Tailwind (arbitrary) */
class="text-[#dfeeab] bg-[#dfeeab]"
/* SCSS */
$brand: #dfeeab;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.671)
/* Android */
Color.parseColor("#dfeeab")Accessibility — WCAG contrast
Aa
#dfeeab on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeeab on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue67.1%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow28.2%
Key (black)6.7%
Color previews
#dfeeab text on a black background
contrast 16.96:1
Card sample
#dfeeab text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeeab;
Background color
Panel with #dfeeab background
background-color: #dfeeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeeab; background: linear-gradient(135deg, #dfeeab, #B2EEAB);