#dfe8ba
a light, vivid green · cool · closest name: beige
RGB
223, 232, 186
HSL
72°, 50%, 82%
CMYK
4, 0, 20, 9
Luminance
0.7695
Every format
| HEX | #dfe8ba |
| RGB | rgb(223, 232, 186) |
| HSL | hsl(72, 50%, 82%) |
| CMYK | cmyk(4%, 0%, 20%, 9%) |
| LAB | lab(90.3 -10.7 21.4) |
| LCH | lch(90.3 23.9 116.5) |
| OKLCH | oklch(0.912 0.061 116.6) |
Copy-ready code
/* CSS */
color: #dfe8ba;
background-color: #dfe8ba;
/* Tailwind (arbitrary) */
class="text-[#dfe8ba] bg-[#dfe8ba]"
/* SCSS */
$brand: #dfe8ba;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#dfe8ba")Accessibility — WCAG contrast
Aa
#dfe8ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe8ba on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue72.9%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#dfe8ba text on a black background
contrast 16.39:1
Card sample
#dfe8ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe8ba;
Background color
Panel with #dfe8ba background
background-color: #dfe8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe8ba; background: linear-gradient(135deg, #dfe8ba, #C0E8BA);