#dcf6ac
a light, electric green · cool · closest name: khaki
RGB
220, 246, 172
HSL
81°, 80%, 82%
CMYK
11, 0, 30, 4
Luminance
0.8411
Every format
| HEX | #dcf6ac |
| RGB | rgb(220, 246, 172) |
| HSL | hsl(81, 80%, 82%) |
| CMYK | cmyk(11%, 0%, 30%, 4%) |
| LAB | lab(93.5 -20.6 32.9) |
| LCH | lch(93.5 38.8 122.1) |
| OKLCH | oklch(0.937 0.099 124.0) |
Copy-ready code
/* CSS */
color: #dcf6ac;
background-color: #dcf6ac;
/* Tailwind (arbitrary) */
class="text-[#dcf6ac] bg-[#dcf6ac]"
/* SCSS */
$brand: #dcf6ac;
/* SwiftUI */
Color(red: 0.863, green: 0.965, blue: 0.675)
/* Android */
Color.parseColor("#dcf6ac")Accessibility — WCAG contrast
Aa
#dcf6ac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcf6ac on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green96.5%
Blue67.5%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow30.1%
Key (black)3.5%
Color previews
#dcf6ac text on a black background
contrast 17.82:1
Card sample
#dcf6ac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcf6ac;
Background color
Panel with #dcf6ac background
background-color: #dcf6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcf6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 246, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 246, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcf6ac; background: linear-gradient(135deg, #dcf6ac, #ACF6AE);