#dfe6cb
a light, soft green · cool · closest name: beige
RGB
223, 230, 203
HSL
76°, 35%, 85%
CMYK
3, 0, 12, 10
Luminance
0.7659
Every format
| HEX | #dfe6cb |
| RGB | rgb(223, 230, 203) |
| HSL | hsl(76, 35%, 85%) |
| CMYK | cmyk(3%, 0%, 12%, 10%) |
| LAB | lab(90.1 -7.0 12.4) |
| LCH | lch(90.1 14.2 119.6) |
| OKLCH | oklch(0.912 0.037 118.9) |
Copy-ready code
/* CSS */
color: #dfe6cb;
background-color: #dfe6cb;
/* Tailwind (arbitrary) */
class="text-[#dfe6cb] bg-[#dfe6cb]"
/* SCSS */
$brand: #dfe6cb;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.796)
/* Android */
Color.parseColor("#dfe6cb")Accessibility — WCAG contrast
Aa
#dfe6cb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe6cb on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue79.6%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow11.7%
Key (black)9.8%
Color previews
#dfe6cb text on a black background
contrast 16.32:1
Card sample
#dfe6cb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe6cb;
Background color
Panel with #dfe6cb background
background-color: #dfe6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe6cb; background: linear-gradient(135deg, #dfe6cb, #CDE6CB);