#dcf1ac
a light, vivid green · cool · closest name: khaki
RGB
220, 241, 172
HSL
78°, 71%, 81%
CMYK
9, 0, 29, 6
Luminance
0.8110
Every format
| HEX | #dcf1ac |
| RGB | rgb(220, 241, 172) |
| HSL | hsl(78, 71%, 81%) |
| CMYK | cmyk(9%, 0%, 29%, 6%) |
| LAB | lab(92.2 -18.2 31.1) |
| LCH | lch(92.2 36.0 120.3) |
| OKLCH | oklch(0.926 0.092 122.0) |
Copy-ready code
/* CSS */
color: #dcf1ac;
background-color: #dcf1ac;
/* Tailwind (arbitrary) */
class="text-[#dcf1ac] bg-[#dcf1ac]"
/* SCSS */
$brand: #dcf1ac;
/* SwiftUI */
Color(red: 0.863, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#dcf1ac")Accessibility — WCAG contrast
Aa
#dcf1ac on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf1ac on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green94.5%
Blue67.5%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#dcf1ac text on a black background
contrast 17.22:1
Card sample
#dcf1ac text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf1ac;
Background color
Panel with #dcf1ac background
background-color: #dcf1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf1ac; background: linear-gradient(135deg, #dcf1ac, #AEF1AC);