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