#dcffe7
a pale, electric green · cool · closest name: beige
RGB
220, 255, 231
HSL
139°, 100%, 93%
CMYK
14, 0, 9, 0
Luminance
0.9251
Every format
| HEX | #dcffe7 |
| RGB | rgb(220, 255, 231) |
| HSL | hsl(139, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 9%, 0%) |
| LAB | lab(97.0 -15.7 7.7) |
| LCH | lch(97.0 17.5 153.9) |
| OKLCH | oklch(0.969 0.048 155.4) |
Copy-ready code
/* CSS */
color: #dcffe7;
background-color: #dcffe7;
/* Tailwind (arbitrary) */
class="text-[#dcffe7] bg-[#dcffe7]"
/* SCSS */
$brand: #dcffe7;
/* SwiftUI */
Color(red: 0.863, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#dcffe7")Accessibility — WCAG contrast
Aa
#dcffe7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcffe7 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green100.0%
Blue90.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#dcffe7 text on a black background
contrast 19.50:1
Card sample
#dcffe7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcffe7;
Background color
Panel with #dcffe7 background
background-color: #dcffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcffe7; background: linear-gradient(135deg, #dcffe7, #DCFFFE);