#dcf8ab
a light, electric green · cool · closest name: khaki
RGB
220, 248, 171
HSL
82°, 85%, 82%
CMYK
11, 0, 31, 3
Luminance
0.8529
Every format
| HEX | #dcf8ab |
| RGB | rgb(220, 248, 171) |
| HSL | hsl(82, 85%, 82%) |
| CMYK | cmyk(11%, 0%, 31%, 3%) |
| LAB | lab(94.0 -21.7 34.1) |
| LCH | lch(94.0 40.4 122.5) |
| OKLCH | oklch(0.941 0.103 124.6) |
Copy-ready code
/* CSS */
color: #dcf8ab;
background-color: #dcf8ab;
/* Tailwind (arbitrary) */
class="text-[#dcf8ab] bg-[#dcf8ab]"
/* SCSS */
$brand: #dcf8ab;
/* SwiftUI */
Color(red: 0.863, green: 0.973, blue: 0.671)
/* Android */
Color.parseColor("#dcf8ab")Accessibility — WCAG contrast
Aa
#dcf8ab on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf8ab on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green97.3%
Blue67.1%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow31.0%
Key (black)2.7%
Color previews
#dcf8ab text on a black background
contrast 18.06:1
Card sample
#dcf8ab text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf8ab;
Background color
Panel with #dcf8ab background
background-color: #dcf8ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf8ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 248, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 248, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf8ab; background: linear-gradient(135deg, #dcf8ab, #ABF8AE);