#dcffb2
a light, electric green · cool · closest name: khaki
RGB
220, 255, 178
HSL
87°, 100%, 85%
CMYK
14, 0, 30, 0
Luminance
0.8995
Every format
| HEX | #dcffb2 |
| RGB | rgb(220, 255, 178) |
| HSL | hsl(87, 100%, 85%) |
| CMYK | cmyk(14%, 0%, 30%, 0%) |
| LAB | lab(96.0 -24.1 33.2) |
| LCH | lch(96.0 41.0 126.0) |
| OKLCH | oklch(0.957 0.106 128.1) |
Copy-ready code
/* CSS */
color: #dcffb2;
background-color: #dcffb2;
/* Tailwind (arbitrary) */
class="text-[#dcffb2] bg-[#dcffb2]"
/* SCSS */
$brand: #dcffb2;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.698)
/* Android */
Color.parseColor("#dcffb2")Accessibility — WCAG contrast
Aa
#dcffb2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffb2 on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue69.8%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow30.2%
Key (black)0.0%
Color previews
#dcffb2 text on a black background
contrast 18.99:1
Card sample
#dcffb2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffb2;
Background color
Panel with #dcffb2 background
background-color: #dcffb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffb2; background: linear-gradient(135deg, #dcffb2, #B2FFBB);