#dfe4cb
a light, soft green · cool · closest name: beige
RGB
223, 228, 203
HSL
72°, 32%, 85%
CMYK
2, 0, 11, 11
Luminance
0.7549
Every format
| HEX | #dfe4cb |
| RGB | rgb(223, 228, 203) |
| HSL | hsl(72, 32%, 85%) |
| CMYK | cmyk(2%, 0%, 11%, 11%) |
| LAB | lab(89.6 -6.0 11.6) |
| LCH | lch(89.6 13.1 117.3) |
| OKLCH | oklch(0.908 0.034 116.3) |
Copy-ready code
/* CSS */
color: #dfe4cb;
background-color: #dfe4cb;
/* Tailwind (arbitrary) */
class="text-[#dfe4cb] bg-[#dfe4cb]"
/* SCSS */
$brand: #dfe4cb;
/* SwiftUI */
Color(red: 0.875, green: 0.894, blue: 0.796)
/* Android */
Color.parseColor("#dfe4cb")Accessibility — WCAG contrast
Aa
#dfe4cb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe4cb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.4%
Blue79.6%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow11.0%
Key (black)10.6%
Color previews
#dfe4cb text on a black background
contrast 16.10:1
Card sample
#dfe4cb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe4cb;
Background color
Panel with #dfe4cb background
background-color: #dfe4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 228, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 228, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe4cb; background: linear-gradient(135deg, #dfe4cb, #CEE4CB);