#c7ffda
a pale, electric green · cool · closest name: beige
RGB
199, 255, 218
HSL
140°, 100%, 89%
CMYK
22, 0, 15, 0
Luminance
0.8872
Every format
| HEX | #c7ffda |
| RGB | rgb(199, 255, 218) |
| HSL | hsl(140, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 15%, 0%) |
| LAB | lab(95.5 -24.7 12.0) |
| LCH | lch(95.5 27.5 154.2) |
| OKLCH | oklch(0.952 0.075 155.8) |
Copy-ready code
/* CSS */
color: #c7ffda;
background-color: #c7ffda;
/* Tailwind (arbitrary) */
class="text-[#c7ffda] bg-[#c7ffda]"
/* SCSS */
$brand: #c7ffda;
/* SwiftUI */
Color(red: 0.780, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#c7ffda")Accessibility — WCAG contrast
Aa
#c7ffda on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ffda on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green100.0%
Blue85.5%
CMYK percentages
Cyan22.0%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#c7ffda text on a black background
contrast 18.74:1
Card sample
#c7ffda text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ffda;
Background color
Panel with #c7ffda background
background-color: #c7ffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ffda; background: linear-gradient(135deg, #c7ffda, #C7FFFF);