HSL(145, 83%, 88%)
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(145,83%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 83%, 88%) | color: hsl(145, 83%, 88%) | |
| HEX | #C7FADC | color: #C7FADC | |
| RGB | rgb(199, 250, 220) | color: rgb(199, 250, 220) | |
| CMYK | cmyk(20%, 0%, 12%, 2%) | — | |
| HSV | hsv(145, 20%, 98%) | — | |
| HWB | hwb(145 78% 2%) | color: hwb(145 78% 2%) | |
| OKLCH | oklch(0.9418 0.0659 159.03) | color: oklch(0.9418 0.0659 159.03) | |
| Lab | lab(94.17 -21.96 9.1) | color: lab(94.17 -21.96 9.1) | |
| LCH | lch(94.17 23.77 157.49) | color: lch(94.17 23.77 157.49) |
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)
#DDDEE3 — rgb(221, 222, 227)
Deuteranopia (Green-blind)
#DAD6E5 — rgb(218, 214, 229)
Tritanopia (Blue-blind)
#CAE9EA — rgb(202, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 83%, 88%);
text
color: hsl(145, 83%, 88%);
border
border: 2px solid hsl(145, 83%, 88%);
gradient light
background: linear-gradient(to right, hsl(145, 83%, 100%), hsl(145, 83%, 88%));
gradient dark
background: linear-gradient(to right, hsl(145, 83%, 88%), hsl(145, 83%, 68%))
hex
background-color: #C7FADC;
tailwind
bg-[hsl(145,83%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 83%, 88%, 0.4);
css variable
--color-primary: hsl(145, 83%, 88%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(145, 83%, 88%)?
HEX: #C7FADC | RGB: rgb(199, 250, 220) | CMYK: 20%, 0%, 12%, 2% | HSV: 145°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #C7FADC?
The complementary color is HSL(325, 83%, 88%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 83%, 88%) in CSS?
As HSL: color: hsl(145, 83%, 88%); — As HEX: color: #C7FADC; — As RGB: color: rgb(199, 250, 220); — Tailwind CSS: bg-[hsl(145,83%,88%)] — CSS variable: --color-primary: hsl(145, 83%, 88%);