#c7efcb
a pale, vivid green · cool · closest name: beige
RGB
199, 239, 203
HSL
126°, 56%, 86%
CMYK
17, 0, 15, 6
Luminance
0.7819
Every format
| HEX | #c7efcb |
| RGB | rgb(199, 239, 203) |
| HSL | hsl(126, 56%, 86%) |
| CMYK | cmyk(17%, 0%, 15%, 6%) |
| LAB | lab(90.9 -19.7 13.2) |
| LCH | lch(90.9 23.7 146.2) |
| OKLCH | oklch(0.914 0.064 147.8) |
Copy-ready code
/* CSS */
color: #c7efcb;
background-color: #c7efcb;
/* Tailwind (arbitrary) */
class="text-[#c7efcb] bg-[#c7efcb]"
/* SCSS */
$brand: #c7efcb;
/* SwiftUI */
Color(red: 0.780, green: 0.937, blue: 0.796)
/* Android */
Color.parseColor("#c7efcb")Accessibility — WCAG contrast
Aa
#c7efcb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7efcb on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.7%
Blue79.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow15.1%
Key (black)6.3%
Color previews
#c7efcb text on a black background
contrast 16.64:1
Card sample
#c7efcb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7efcb;
Background color
Panel with #c7efcb background
background-color: #c7efcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7efcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 239, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 239, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7efcb; background: linear-gradient(135deg, #c7efcb, #C7EFE6);