#c7eade
a light, vivid green · cool · closest name: beige
RGB
199, 234, 222
HSL
159°, 46%, 85%
CMYK
15, 0, 5, 8
Luminance
0.7626
Every format
| HEX | #c7eade |
| RGB | rgb(199, 234, 222) |
| HSL | hsl(159, 46%, 85%) |
| CMYK | cmyk(15%, 0%, 5%, 8%) |
| LAB | lab(90.0 -13.7 2.0) |
| LCH | lch(90.0 13.8 171.6) |
| OKLCH | oklch(0.908 0.040 172.7) |
Copy-ready code
/* CSS */
color: #c7eade;
background-color: #c7eade;
/* Tailwind (arbitrary) */
class="text-[#c7eade] bg-[#c7eade]"
/* SCSS */
$brand: #c7eade;
/* SwiftUI */
Color(red: 0.780, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c7eade")Accessibility — WCAG contrast
Aa
#c7eade on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7eade on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green91.8%
Blue87.1%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c7eade text on a black background
contrast 16.25:1
Card sample
#c7eade text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7eade;
Background color
Panel with #c7eade background
background-color: #c7eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7eade; background: linear-gradient(135deg, #c7eade, #C7DFEA);