#dfecca
a pale, vivid green · cool · closest name: beige
RGB
223, 236, 202
HSL
83°, 47%, 86%
CMYK
6, 0, 14, 8
Luminance
0.7994
Every format
| HEX | #dfecca |
| RGB | rgb(223, 236, 202) |
| HSL | hsl(83, 47%, 86%) |
| CMYK | cmyk(6%, 0%, 14%, 8%) |
| LAB | lab(91.7 -10.2 15.0) |
| LCH | lch(91.7 18.2 124.1) |
| OKLCH | oklch(0.924 0.047 124.4) |
Copy-ready code
/* CSS */
color: #dfecca;
background-color: #dfecca;
/* Tailwind (arbitrary) */
class="text-[#dfecca] bg-[#dfecca]"
/* SCSS */
$brand: #dfecca;
/* SwiftUI */
Color(red: 0.875, green: 0.925, blue: 0.792)
/* Android */
Color.parseColor("#dfecca")Accessibility — WCAG contrast
Aa
#dfecca on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfecca on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.5%
Blue79.2%
CMYK percentages
Cyan5.5%
Magenta0.0%
Yellow14.4%
Key (black)7.5%
Color previews
#dfecca text on a black background
contrast 16.99:1
Card sample
#dfecca text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfecca;
Background color
Panel with #dfecca background
background-color: #dfecca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfecca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 236, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 236, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfecca; background: linear-gradient(135deg, #dfecca, #CAECCC);