#c7ffd8
a pale, electric green · cool · closest name: beige
RGB
199, 255, 216
HSL
138°, 100%, 89%
CMYK
22, 0, 15, 0
Luminance
0.8862
Every format
| HEX | #c7ffd8 |
| RGB | rgb(199, 255, 216) |
| HSL | hsl(138, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 15%, 0%) |
| LAB | lab(95.4 -25.1 12.9) |
| LCH | lch(95.4 28.2 152.7) |
| OKLCH | oklch(0.951 0.077 154.3) |
Copy-ready code
/* CSS */
color: #c7ffd8;
background-color: #c7ffd8;
/* Tailwind (arbitrary) */
class="text-[#c7ffd8] bg-[#c7ffd8]"
/* SCSS */
$brand: #c7ffd8;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#c7ffd8")Accessibility — WCAG contrast
Aa
#c7ffd8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ffd8 on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue84.7%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#c7ffd8 text on a black background
contrast 18.72:1
Card sample
#c7ffd8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ffd8;
Background color
Panel with #c7ffd8 background
background-color: #c7ffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ffd8; background: linear-gradient(135deg, #c7ffd8, #C7FFFD);