#dcf3ce
a pale, vivid green · cool · closest name: beige
RGB
220, 243, 206
HSL
97°, 61%, 88%
CMYK
10, 0, 15, 5
Luminance
0.8377
Every format
| HEX | #dcf3ce |
| RGB | rgb(220, 243, 206) |
| HSL | hsl(97, 61%, 88%) |
| CMYK | cmyk(10%, 0%, 15%, 5%) |
| LAB | lab(93.3 -14.1 15.3) |
| LCH | lch(93.3 20.8 132.5) |
| OKLCH | oklch(0.938 0.055 133.6) |
Copy-ready code
/* CSS */
color: #dcf3ce;
background-color: #dcf3ce;
/* Tailwind (arbitrary) */
class="text-[#dcf3ce] bg-[#dcf3ce]"
/* SCSS */
$brand: #dcf3ce;
/* SwiftUI */
Color(red: 0.863, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#dcf3ce")Accessibility — WCAG contrast
Aa
#dcf3ce on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf3ce on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green95.3%
Blue80.8%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#dcf3ce text on a black background
contrast 17.75:1
Card sample
#dcf3ce text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf3ce;
Background color
Panel with #dcf3ce background
background-color: #dcf3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf3ce; background: linear-gradient(135deg, #dcf3ce, #CEF3D9);