#c7f2b8
a light, vivid green · cool · closest name: beige
RGB
199, 242, 184
HSL
105°, 69%, 84%
CMYK
18, 0, 24, 5
Luminance
0.7911
Every format
| HEX | #c7f2b8 |
| RGB | rgb(199, 242, 184) |
| HSL | hsl(105, 69%, 84%) |
| CMYK | cmyk(18%, 0%, 24%, 5%) |
| LAB | lab(91.3 -24.3 23.6) |
| LCH | lch(91.3 33.8 135.9) |
| OKLCH | oklch(0.916 0.089 137.7) |
Copy-ready code
/* CSS */
color: #c7f2b8;
background-color: #c7f2b8;
/* Tailwind (arbitrary) */
class="text-[#c7f2b8] bg-[#c7f2b8]"
/* SCSS */
$brand: #c7f2b8;
/* SwiftUI */
Color(red: 0.780, green: 0.949, blue: 0.722)
/* Android */
Color.parseColor("#c7f2b8")Accessibility — WCAG contrast
Aa
#c7f2b8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f2b8 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green94.9%
Blue72.2%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow24.0%
Key (black)5.1%
Color previews
#c7f2b8 text on a black background
contrast 16.82:1
Card sample
#c7f2b8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f2b8;
Background color
Panel with #c7f2b8 background
background-color: #c7f2b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f2b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 242, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 242, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f2b8; background: linear-gradient(135deg, #c7f2b8, #B8F2D0);