HSL(138, 80%, 87%)
Very Light Green — Green color
Adjust Color
Color Information
Color Name
Very Light Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(138,80%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 80%, 87%) | color: hsl(138, 80%, 87%) | |
| HEX | #C3F8D3 | color: #C3F8D3 | |
| RGB | rgb(195, 248, 211) | color: rgb(195, 248, 211) | |
| CMYK | cmyk(21%, 0%, 15%, 3%) | — | |
| HSV | hsv(138, 21%, 97%) | — | |
| HWB | hwb(138 77% 3%) | color: hwb(138 77% 3%) | |
| OKLCH | oklch(0.9328 0.0736 154.33) | color: oklch(0.9328 0.0736 154.33) | |
| Lab | lab(93.21 -23.9 12.33) | color: lab(93.21 -23.9 12.33) | |
| LCH | lch(93.21 26.89 152.71) | color: lch(93.21 26.89 152.71) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#DADADC — rgb(218, 218, 220)
Deuteranopia (Green-blind)
#D7D3DE — rgb(215, 211, 222)
Tritanopia (Blue-blind)
#C6E3E5 — rgb(198, 227, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 80%, 87%);
text
color: hsl(138, 80%, 87%);
border
border: 2px solid hsl(138, 80%, 87%);
gradient light
background: linear-gradient(to right, hsl(138, 80%, 100%), hsl(138, 80%, 87%));
gradient dark
background: linear-gradient(to right, hsl(138, 80%, 87%), hsl(138, 80%, 67%))
hex
background-color: #C3F8D3;
tailwind
bg-[hsl(138,80%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 80%, 87%, 0.4);
css variable
--color-primary: hsl(138, 80%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(138, 80%, 87%)?
HEX: #C3F8D3 | RGB: rgb(195, 248, 211) | CMYK: 21%, 0%, 15%, 3% | HSV: 138°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #C3F8D3?
The complementary color is HSL(318, 80%, 87%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 80%, 87%) in CSS?
As HSL: color: hsl(138, 80%, 87%); — As HEX: color: #C3F8D3; — As RGB: color: rgb(195, 248, 211); — Tailwind CSS: bg-[hsl(138,80%,87%)] — CSS variable: --color-primary: hsl(138, 80%, 87%);