#dfe9ba
a light, vivid green · cool · closest name: beige
RGB
223, 233, 186
HSL
73°, 52%, 82%
CMYK
4, 0, 20, 9
Luminance
0.7751
Every format
| HEX | #dfe9ba |
| RGB | rgb(223, 233, 186) |
| HSL | hsl(73, 52%, 82%) |
| CMYK | cmyk(4%, 0%, 20%, 9%) |
| LAB | lab(90.6 -11.2 21.8) |
| LCH | lch(90.6 24.5 117.1) |
| OKLCH | oklch(0.915 0.063 117.4) |
Copy-ready code
/* CSS */
color: #dfe9ba;
background-color: #dfe9ba;
/* Tailwind (arbitrary) */
class="text-[#dfe9ba] bg-[#dfe9ba]"
/* SCSS */
$brand: #dfe9ba;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.729)
/* Android */
Color.parseColor("#dfe9ba")Accessibility — WCAG contrast
Aa
#dfe9ba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe9ba on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue72.9%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow20.2%
Key (black)8.6%
Color previews
#dfe9ba text on a black background
contrast 16.50:1
Card sample
#dfe9ba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe9ba;
Background color
Panel with #dfe9ba background
background-color: #dfe9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe9ba; background: linear-gradient(135deg, #dfe9ba, #C0E9BA);