#dcf2ce
a pale, vivid green · cool · closest name: beige
RGB
220, 242, 206
HSL
97°, 58%, 88%
CMYK
9, 0, 15, 5
Luminance
0.8318
Every format
| HEX | #dcf2ce |
| RGB | rgb(220, 242, 206) |
| HSL | hsl(97, 58%, 88%) |
| CMYK | cmyk(9%, 0%, 15%, 5%) |
| LAB | lab(93.1 -13.6 15.0) |
| LCH | lch(93.1 20.2 132.2) |
| OKLCH | oklch(0.935 0.053 133.2) |
Copy-ready code
/* CSS */
color: #dcf2ce;
background-color: #dcf2ce;
/* Tailwind (arbitrary) */
class="text-[#dcf2ce] bg-[#dcf2ce]"
/* SCSS */
$brand: #dcf2ce;
/* SwiftUI */
Color(red: 0.863, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#dcf2ce")Accessibility — WCAG contrast
Aa
#dcf2ce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf2ce on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.9%
Blue80.8%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#dcf2ce text on a black background
contrast 17.64:1
Card sample
#dcf2ce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf2ce;
Background color
Panel with #dcf2ce background
background-color: #dcf2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf2ce; background: linear-gradient(135deg, #dcf2ce, #CEF2D8);