#dcffac
a light, electric green · cool · closest name: khaki
RGB
220, 255, 172
HSL
85°, 100%, 84%
CMYK
14, 0, 33, 0
Luminance
0.8971
Every format
| HEX | #dcffac |
| RGB | rgb(220, 255, 172) |
| HSL | hsl(85, 100%, 84%) |
| CMYK | cmyk(14%, 0%, 33%, 0%) |
| LAB | lab(95.9 -24.9 36.1) |
| LCH | lch(95.9 43.8 124.6) |
| OKLCH | oklch(0.956 0.113 127.0) |
Copy-ready code
/* CSS */
color: #dcffac;
background-color: #dcffac;
/* Tailwind (arbitrary) */
class="text-[#dcffac] bg-[#dcffac]"
/* SCSS */
$brand: #dcffac;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#dcffac")Accessibility — WCAG contrast
Aa
#dcffac on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffac on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue67.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#dcffac text on a black background
contrast 18.94:1
Card sample
#dcffac text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffac;
Background color
Panel with #dcffac background
background-color: #dcffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffac; background: linear-gradient(135deg, #dcffac, #ACFFB3);