#dfe7ba
a light, vivid green · cool · closest name: beige
RGB
223, 231, 186
HSL
71°, 48%, 82%
CMYK
4, 0, 20, 9
Luminance
0.7638
Every format
| HEX | #dfe7ba |
| RGB | rgb(223, 231, 186) |
| HSL | hsl(71, 48%, 82%) |
| CMYK | cmyk(4%, 0%, 20%, 9%) |
| LAB | lab(90.0 -10.2 21.1) |
| LCH | lch(90.0 23.4 115.7) |
| OKLCH | oklch(0.910 0.060 115.8) |
Copy-ready code
/* CSS */
color: #dfe7ba;
background-color: #dfe7ba;
/* Tailwind (arbitrary) */
class="text-[#dfe7ba] bg-[#dfe7ba]"
/* SCSS */
$brand: #dfe7ba;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.729)
/* Android */
Color.parseColor("#dfe7ba")Accessibility — WCAG contrast
Aa
#dfe7ba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7ba on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue72.9%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow19.5%
Key (black)9.4%
Color previews
#dfe7ba text on a black background
contrast 16.28:1
Card sample
#dfe7ba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7ba;
Background color
Panel with #dfe7ba background
background-color: #dfe7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7ba; background: linear-gradient(135deg, #dfe7ba, #C1E7BA);