#dcf8ba
a pale, electric green · cool · closest name: khaki
RGB
220, 248, 186
HSL
87°, 82%, 85%
CMYK
11, 0, 25, 3
Luminance
0.8590
Every format
| HEX | #dcf8ba |
| RGB | rgb(220, 248, 186) |
| HSL | hsl(87, 82%, 85%) |
| CMYK | cmyk(11%, 0%, 25%, 3%) |
| LAB | lab(94.3 -19.6 26.9) |
| LCH | lch(94.3 33.3 126.2) |
| OKLCH | oklch(0.944 0.086 127.7) |
Copy-ready code
/* CSS */
color: #dcf8ba;
background-color: #dcf8ba;
/* Tailwind (arbitrary) */
class="text-[#dcf8ba] bg-[#dcf8ba]"
/* SCSS */
$brand: #dcf8ba;
/* SwiftUI */
Color(red: 0.863, green: 0.973, blue: 0.729)
/* Android */
Color.parseColor("#dcf8ba")Accessibility — WCAG contrast
Aa
#dcf8ba on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf8ba on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.3%
Blue72.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow25.0%
Key (black)2.7%
Color previews
#dcf8ba text on a black background
contrast 18.18:1
Card sample
#dcf8ba text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf8ba;
Background color
Panel with #dcf8ba background
background-color: #dcf8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 248, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 248, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf8ba; background: linear-gradient(135deg, #dcf8ba, #BAF8C1);