#dfe9b0
a light, vivid green · cool · closest name: beige
RGB
223, 233, 176
HSL
71°, 56%, 80%
CMYK
4, 0, 25, 9
Luminance
0.7710
Every format
| HEX | #dfe9b0 |
| RGB | rgb(223, 233, 176) |
| HSL | hsl(71, 56%, 80%) |
| CMYK | cmyk(4%, 0%, 25%, 9%) |
| LAB | lab(90.4 -12.6 26.7) |
| LCH | lch(90.4 29.5 115.3) |
| OKLCH | oklch(0.912 0.075 116.0) |
Copy-ready code
/* CSS */
color: #dfe9b0;
background-color: #dfe9b0;
/* Tailwind (arbitrary) */
class="text-[#dfe9b0] bg-[#dfe9b0]"
/* SCSS */
$brand: #dfe9b0;
/* SwiftUI */
Color(red: 0.875, green: 0.914, blue: 0.690)
/* Android */
Color.parseColor("#dfe9b0")Accessibility — WCAG contrast
Aa
#dfe9b0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe9b0 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.4%
Blue69.0%
CMYK percentages
Cyan4.3%
Magenta0.0%
Yellow24.5%
Key (black)8.6%
Color previews
#dfe9b0 text on a black background
contrast 16.42:1
Card sample
#dfe9b0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe9b0;
Background color
Panel with #dfe9b0 background
background-color: #dfe9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 233, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 233, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe9b0; background: linear-gradient(135deg, #dfe9b0, #B9E9B0);