#dfebab
a light, vivid green · cool · closest name: khaki
RGB
223, 235, 171
HSL
71°, 62%, 80%
CMYK
5, 0, 27, 8
Luminance
0.7804
Every format
| HEX | #dfebab |
| RGB | rgb(223, 235, 171) |
| HSL | hsl(71, 62%, 80%) |
| CMYK | cmyk(5%, 0%, 27%, 8%) |
| LAB | lab(90.8 -14.3 29.8) |
| LCH | lch(90.8 33.0 115.6) |
| OKLCH | oklch(0.916 0.084 116.7) |
Copy-ready code
/* CSS */
color: #dfebab;
background-color: #dfebab;
/* Tailwind (arbitrary) */
class="text-[#dfebab] bg-[#dfebab]"
/* SCSS */
$brand: #dfebab;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#dfebab")Accessibility — WCAG contrast
Aa
#dfebab on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfebab on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue67.1%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#dfebab text on a black background
contrast 16.61:1
Card sample
#dfebab text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfebab;
Background color
Panel with #dfebab background
background-color: #dfebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfebab; background: linear-gradient(135deg, #dfebab, #B4EBAB);