#dcf5ce
a pale, vivid green · cool · closest name: beige
RGB
220, 245, 206
HSL
99°, 66%, 88%
CMYK
10, 0, 16, 4
Luminance
0.8498
Every format
| HEX | #dcf5ce |
| RGB | rgb(220, 245, 206) |
| HSL | hsl(99, 66%, 88%) |
| CMYK | cmyk(10%, 0%, 16%, 4%) |
| LAB | lab(93.9 -15.1 16.1) |
| LCH | lch(93.9 22.0 133.1) |
| OKLCH | oklch(0.942 0.058 134.3) |
Copy-ready code
/* CSS */
color: #dcf5ce;
background-color: #dcf5ce;
/* Tailwind (arbitrary) */
class="text-[#dcf5ce] bg-[#dcf5ce]"
/* SCSS */
$brand: #dcf5ce;
/* SwiftUI */
Color(red: 0.863, green: 0.961, blue: 0.808)
/* Android */
Color.parseColor("#dcf5ce")Accessibility — WCAG contrast
Aa
#dcf5ce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf5ce on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green96.1%
Blue80.8%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow15.9%
Key (black)3.9%
Color previews
#dcf5ce text on a black background
contrast 18.00:1
Card sample
#dcf5ce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf5ce;
Background color
Panel with #dcf5ce background
background-color: #dcf5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 245, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 245, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf5ce; background: linear-gradient(135deg, #dcf5ce, #CEF5DA);