#c7fade
a pale, electric green · cool · closest name: beige
RGB
199, 250, 222
HSL
147°, 84%, 88%
CMYK
20, 0, 11, 2
Luminance
0.8579
Every format
| HEX | #c7fade |
| RGB | rgb(199, 250, 222) |
| HSL | hsl(147, 84%, 88%) |
| CMYK | cmyk(20%, 0%, 11%, 2%) |
| LAB | lab(94.2 -21.6 8.1) |
| LCH | lch(94.2 23.1 159.3) |
| OKLCH | oklch(0.942 0.064 160.9) |
Copy-ready code
/* CSS */
color: #c7fade;
background-color: #c7fade;
/* Tailwind (arbitrary) */
class="text-[#c7fade] bg-[#c7fade]"
/* SCSS */
$brand: #c7fade;
/* SwiftUI */
Color(red: 0.780, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#c7fade")Accessibility — WCAG contrast
Aa
#c7fade on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fade on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green98.0%
Blue87.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#c7fade text on a black background
contrast 18.16:1
Card sample
#c7fade text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fade;
Background color
Panel with #c7fade background
background-color: #c7fade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fade; background: linear-gradient(135deg, #c7fade, #C7F4FA);