#c7f5cc
a pale, vivid green · cool · closest name: beige
RGB
199, 245, 204
HSL
127°, 70%, 87%
CMYK
19, 0, 17, 4
Luminance
0.8181
Every format
| HEX | #c7f5cc |
| RGB | rgb(199, 245, 204) |
| HSL | hsl(127, 70%, 87%) |
| CMYK | cmyk(19%, 0%, 17%, 4%) |
| LAB | lab(92.5 -22.4 15.0) |
| LCH | lch(92.5 26.9 146.3) |
| OKLCH | oklch(0.927 0.073 147.9) |
Copy-ready code
/* CSS */
color: #c7f5cc;
background-color: #c7f5cc;
/* Tailwind (arbitrary) */
class="text-[#c7f5cc] bg-[#c7f5cc]"
/* SCSS */
$brand: #c7f5cc;
/* SwiftUI */
Color(red: 0.780, green: 0.961, blue: 0.800)
/* Android */
Color.parseColor("#c7f5cc")Accessibility — WCAG contrast
Aa
#c7f5cc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f5cc on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.1%
Blue80.0%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow16.7%
Key (black)3.9%
Color previews
#c7f5cc text on a black background
contrast 17.36:1
Card sample
#c7f5cc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f5cc;
Background color
Panel with #c7f5cc background
background-color: #c7f5cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f5cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 245, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 245, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f5cc; background: linear-gradient(135deg, #c7f5cc, #C7F5EB);