#dfe7bf
a light, vivid green · cool · closest name: beige
RGB
223, 231, 191
HSL
72°, 46%, 83%
CMYK
4, 0, 17, 9
Luminance
0.7660
Every format
| HEX | #dfe7bf |
| RGB | rgb(223, 231, 191) |
| HSL | hsl(72, 46%, 83%) |
| CMYK | cmyk(4%, 0%, 17%, 9%) |
| LAB | lab(90.1 -9.4 18.6) |
| LCH | lch(90.1 20.9 116.8) |
| OKLCH | oklch(0.912 0.053 116.7) |
Copy-ready code
/* CSS */
color: #dfe7bf;
background-color: #dfe7bf;
/* Tailwind (arbitrary) */
class="text-[#dfe7bf] bg-[#dfe7bf]"
/* SCSS */
$brand: #dfe7bf;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.749)
/* Android */
Color.parseColor("#dfe7bf")Accessibility — WCAG contrast
Aa
#dfe7bf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7bf on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue74.9%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow17.3%
Key (black)9.4%
Color previews
#dfe7bf text on a black background
contrast 16.32:1
Card sample
#dfe7bf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7bf;
Background color
Panel with #dfe7bf background
background-color: #dfe7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7bf; background: linear-gradient(135deg, #dfe7bf, #C4E7BF);