#c7f6d2
a pale, vivid green · cool · closest name: beige
RGB
199, 246, 210
HSL
134°, 72%, 87%
CMYK
19, 0, 15, 4
Luminance
0.8271
Every format
| HEX | #c7f6d2 |
| RGB | rgb(199, 246, 210) |
| HSL | hsl(134, 72%, 87%) |
| CMYK | cmyk(19%, 0%, 15%, 4%) |
| LAB | lab(92.9 -21.8 12.4) |
| LCH | lch(92.9 25.1 150.4) |
| OKLCH | oklch(0.931 0.068 152.0) |
Copy-ready code
/* CSS */
color: #c7f6d2;
background-color: #c7f6d2;
/* Tailwind (arbitrary) */
class="text-[#c7f6d2] bg-[#c7f6d2]"
/* SCSS */
$brand: #c7f6d2;
/* SwiftUI */
Color(red: 0.780, green: 0.965, blue: 0.824)
/* Android */
Color.parseColor("#c7f6d2")Accessibility — WCAG contrast
Aa
#c7f6d2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f6d2 on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green96.5%
Blue82.4%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow14.6%
Key (black)3.5%
Color previews
#c7f6d2 text on a black background
contrast 17.54:1
Card sample
#c7f6d2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f6d2;
Background color
Panel with #c7f6d2 background
background-color: #c7f6d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f6d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 246, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 246, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f6d2; background: linear-gradient(135deg, #c7f6d2, #C7F6F1);