#c7ffdf
a pale, electric green · cool · closest name: beige
RGB
199, 255, 223
HSL
146°, 100%, 89%
CMYK
22, 0, 13, 0
Luminance
0.8899
Every format
| HEX | #c7ffdf |
| RGB | rgb(199, 255, 223) |
| HSL | hsl(146, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 13%, 0%) |
| LAB | lab(95.6 -23.8 9.6) |
| LCH | lch(95.6 25.7 158.1) |
| OKLCH | oklch(0.953 0.071 159.6) |
Copy-ready code
/* CSS */
color: #c7ffdf;
background-color: #c7ffdf;
/* Tailwind (arbitrary) */
class="text-[#c7ffdf] bg-[#c7ffdf]"
/* SCSS */
$brand: #c7ffdf;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#c7ffdf")Accessibility — WCAG contrast
Aa
#c7ffdf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ffdf on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#c7ffdf text on a black background
contrast 18.80:1
Card sample
#c7ffdf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ffdf;
Background color
Panel with #c7ffdf background
background-color: #c7ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ffdf; background: linear-gradient(135deg, #c7ffdf, #C7FAFF);