#c7f3ba
a light, vivid green · cool · closest name: beige
RGB
199, 243, 186
HSL
106°, 70%, 84%
CMYK
18, 0, 24, 5
Luminance
0.7979
Every format
| HEX | #c7f3ba |
| RGB | rgb(199, 243, 186) |
| HSL | hsl(106, 70%, 84%) |
| CMYK | cmyk(18%, 0%, 24%, 5%) |
| LAB | lab(91.6 -24.4 23.0) |
| LCH | lch(91.6 33.5 136.8) |
| OKLCH | oklch(0.919 0.088 138.6) |
Copy-ready code
/* CSS */
color: #c7f3ba;
background-color: #c7f3ba;
/* Tailwind (arbitrary) */
class="text-[#c7f3ba] bg-[#c7f3ba]"
/* SCSS */
$brand: #c7f3ba;
/* SwiftUI */
Color(red: 0.780, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#c7f3ba")Accessibility — WCAG contrast
Aa
#c7f3ba on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7f3ba on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green95.3%
Blue72.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#c7f3ba text on a black background
contrast 16.96:1
Card sample
#c7f3ba text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7f3ba;
Background color
Panel with #c7f3ba background
background-color: #c7f3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7f3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7f3ba; background: linear-gradient(135deg, #c7f3ba, #BAF3D3);