#c7f6cf
a pale, vivid green · cool · closest name: beige
RGB
199, 246, 207
HSL
130°, 72%, 87%
CMYK
19, 0, 16, 4
Luminance
0.8256
Every format
| HEX | #c7f6cf |
| RGB | rgb(199, 246, 207) |
| HSL | hsl(130, 72%, 87%) |
| CMYK | cmyk(19%, 0%, 16%, 4%) |
| LAB | lab(92.8 -22.4 13.9) |
| LCH | lch(92.8 26.3 148.2) |
| OKLCH | oklch(0.930 0.071 149.8) |
Copy-ready code
/* CSS */
color: #c7f6cf;
background-color: #c7f6cf;
/* Tailwind (arbitrary) */
class="text-[#c7f6cf] bg-[#c7f6cf]"
/* SCSS */
$brand: #c7f6cf;
/* SwiftUI */
Color(red: 0.780, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#c7f6cf")Accessibility — WCAG contrast
Aa
#c7f6cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f6cf on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.5%
Blue81.2%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#c7f6cf text on a black background
contrast 17.51:1
Card sample
#c7f6cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f6cf;
Background color
Panel with #c7f6cf background
background-color: #c7f6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f6cf; background: linear-gradient(135deg, #c7f6cf, #C7F6EE);