#dfe7cb
a pale, soft green · cool · closest name: beige
RGB
223, 231, 203
HSL
77°, 37%, 85%
CMYK
4, 0, 12, 9
Luminance
0.7715
Every format
| HEX | #dfe7cb |
| RGB | rgb(223, 231, 203) |
| HSL | hsl(77, 37%, 85%) |
| CMYK | cmyk(4%, 0%, 12%, 9%) |
| LAB | lab(90.4 -7.5 12.7) |
| LCH | lch(90.4 14.8 120.5) |
| OKLCH | oklch(0.914 0.038 120.1) |
Copy-ready code
/* CSS */
color: #dfe7cb;
background-color: #dfe7cb;
/* Tailwind (arbitrary) */
class="text-[#dfe7cb] bg-[#dfe7cb]"
/* SCSS */
$brand: #dfe7cb;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.796)
/* Android */
Color.parseColor("#dfe7cb")Accessibility — WCAG contrast
Aa
#dfe7cb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7cb on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue79.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow12.1%
Key (black)9.4%
Color previews
#dfe7cb text on a black background
contrast 16.43:1
Card sample
#dfe7cb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7cb;
Background color
Panel with #dfe7cb background
background-color: #dfe7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7cb; background: linear-gradient(135deg, #dfe7cb, #CCE7CB);