#dfeccc
a pale, vivid green · cool · closest name: beige
RGB
223, 236, 204
HSL
84°, 46%, 86%
CMYK
6, 0, 14, 8
Luminance
0.8004
Every format
| HEX | #dfeccc |
| RGB | rgb(223, 236, 204) |
| HSL | hsl(84, 46%, 86%) |
| CMYK | cmyk(6%, 0%, 14%, 8%) |
| LAB | lab(91.7 -9.9 14.1) |
| LCH | lch(91.7 17.2 125.0) |
| OKLCH | oklch(0.925 0.045 125.3) |
Copy-ready code
/* CSS */
color: #dfeccc;
background-color: #dfeccc;
/* Tailwind (arbitrary) */
class="text-[#dfeccc] bg-[#dfeccc]"
/* SCSS */
$brand: #dfeccc;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.800)
/* Android */
Color.parseColor("#dfeccc")Accessibility — WCAG contrast
Aa
#dfeccc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeccc on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue80.0%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow13.6%
Key (black)7.5%
Color previews
#dfeccc text on a black background
contrast 17.01:1
Card sample
#dfeccc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeccc;
Background color
Panel with #dfeccc background
background-color: #dfeccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeccc; background: linear-gradient(135deg, #dfeccc, #CCECCE);