#dfe8cb
a pale, soft green · cool · closest name: beige
RGB
223, 232, 203
HSL
79°, 39%, 85%
CMYK
4, 0, 13, 9
Luminance
0.7771
Every format
| HEX | #dfe8cb |
| RGB | rgb(223, 232, 203) |
| HSL | hsl(79, 39%, 85%) |
| CMYK | cmyk(4%, 0%, 13%, 9%) |
| LAB | lab(90.7 -8.0 13.1) |
| LCH | lch(90.7 15.3 121.5) |
| OKLCH | oklch(0.916 0.040 121.2) |
Copy-ready code
/* CSS */
color: #dfe8cb;
background-color: #dfe8cb;
/* Tailwind (arbitrary) */
class="text-[#dfe8cb] bg-[#dfe8cb]"
/* SCSS */
$brand: #dfe8cb;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.796)
/* Android */
Color.parseColor("#dfe8cb")Accessibility — WCAG contrast
Aa
#dfe8cb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe8cb on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue79.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow12.5%
Key (black)9.0%
Color previews
#dfe8cb text on a black background
contrast 16.54:1
Card sample
#dfe8cb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe8cb;
Background color
Panel with #dfe8cb background
background-color: #dfe8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe8cb; background: linear-gradient(135deg, #dfe8cb, #CCE8CB);