#c7f2cf
a pale, vivid green · cool · closest name: beige
RGB
199, 242, 207
HSL
131°, 62%, 87%
CMYK
18, 0, 15, 5
Luminance
0.8015
Every format
| HEX | #c7f2cf |
| RGB | rgb(199, 242, 207) |
| HSL | hsl(131, 62%, 87%) |
| CMYK | cmyk(18%, 0%, 15%, 5%) |
| LAB | lab(91.8 -20.4 12.4) |
| LCH | lch(91.8 23.9 148.8) |
| OKLCH | oklch(0.921 0.065 150.4) |
Copy-ready code
/* CSS */
color: #c7f2cf;
background-color: #c7f2cf;
/* Tailwind (arbitrary) */
class="text-[#c7f2cf] bg-[#c7f2cf]"
/* SCSS */
$brand: #c7f2cf;
/* SwiftUI */
Color(red: 0.780, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#c7f2cf")Accessibility — WCAG contrast
Aa
#c7f2cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f2cf on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.9%
Blue81.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#c7f2cf text on a black background
contrast 17.03:1
Card sample
#c7f2cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f2cf;
Background color
Panel with #c7f2cf background
background-color: #c7f2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f2cf; background: linear-gradient(135deg, #c7f2cf, #C7F2EC);