#dcffcb
a pale, electric green · cool · closest name: beige
RGB
220, 255, 203
HSL
100°, 100%, 90%
CMYK
14, 0, 20, 0
Luminance
0.9105
Every format
| HEX | #dcffcb |
| RGB | rgb(220, 255, 203) |
| HSL | hsl(100, 100%, 90%) |
| CMYK | cmyk(14%, 0%, 20%, 0%) |
| LAB | lab(96.4 -20.4 21.2) |
| LCH | lch(96.4 29.4 134.0) |
| OKLCH | oklch(0.962 0.077 135.5) |
Copy-ready code
/* CSS */
color: #dcffcb;
background-color: #dcffcb;
/* Tailwind (arbitrary) */
class="text-[#dcffcb] bg-[#dcffcb]"
/* SCSS */
$brand: #dcffcb;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#dcffcb")Accessibility — WCAG contrast
Aa
#dcffcb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffcb on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue79.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#dcffcb text on a black background
contrast 19.21:1
Card sample
#dcffcb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffcb;
Background color
Panel with #dcffcb background
background-color: #dcffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffcb; background: linear-gradient(135deg, #dcffcb, #CBFFDD);