#dfeeb2
a light, vivid green · cool · closest name: khaki
RGB
223, 238, 178
HSL
75°, 64%, 82%
CMYK
6, 0, 25, 7
Luminance
0.8005
Every format
| HEX | #dfeeb2 |
| RGB | rgb(223, 238, 178) |
| HSL | hsl(75, 64%, 82%) |
| CMYK | cmyk(6%, 0%, 25%, 7%) |
| LAB | lab(91.7 -14.8 27.5) |
| LCH | lch(91.7 31.2 118.3) |
| OKLCH | oklch(0.923 0.080 119.4) |
Copy-ready code
/* CSS */
color: #dfeeb2;
background-color: #dfeeb2;
/* Tailwind (arbitrary) */
class="text-[#dfeeb2] bg-[#dfeeb2]"
/* SCSS */
$brand: #dfeeb2;
/* SwiftUI */
Color(red: 0.875, green: 0.933, blue: 0.698)
/* Android */
Color.parseColor("#dfeeb2")Accessibility — WCAG contrast
Aa
#dfeeb2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeeb2 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green93.3%
Blue69.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow25.2%
Key (black)6.7%
Color previews
#dfeeb2 text on a black background
contrast 17.01:1
Card sample
#dfeeb2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeeb2;
Background color
Panel with #dfeeb2 background
background-color: #dfeeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 238, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 238, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeeb2; background: linear-gradient(135deg, #dfeeb2, #B7EEB2);