HSL(107, 93%, 86%)
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(107,93%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 93%, 86%) | color: hsl(107, 93%, 86%) | |
| HEX | #C8FDBA | color: #C8FDBA | |
| RGB | rgb(200, 253, 186) | color: rgb(200, 253, 186) | |
| CMYK | cmyk(21%, 0%, 26%, 1%) | — | |
| HSV | hsv(107, 26%, 99%) | — | |
| HWB | hwb(107 73% 1%) | color: hwb(107 73% 1%) | |
| OKLCH | oklch(0.941 0.1037 139.19) | color: oklch(0.941 0.1037 139.19) | |
| Lab | lab(94.34 -28.85 26.75) | color: lab(94.34 -28.85 26.75) | |
| LCH | lch(94.34 39.34 137.16) | color: lch(94.34 39.34 137.16) |
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)
#DFDFCA — rgb(223, 223, 202)
Deuteranopia (Green-blind)
#DCD8CE — rgb(220, 216, 206)
Tritanopia (Blue-blind)
#CBD7DA — rgb(203, 215, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 93%, 86%);
text
color: hsl(107, 93%, 86%);
border
border: 2px solid hsl(107, 93%, 86%);
gradient light
background: linear-gradient(to right, hsl(107, 93%, 100%), hsl(107, 93%, 86%));
gradient dark
background: linear-gradient(to right, hsl(107, 93%, 86%), hsl(107, 93%, 66%))
hex
background-color: #C8FDBA;
tailwind
bg-[hsl(107,93%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 93%, 86%, 0.4);
css variable
--color-primary: hsl(107, 93%, 86%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(107, 93%, 86%)?
HEX: #C8FDBA | RGB: rgb(200, 253, 186) | CMYK: 21%, 0%, 26%, 1% | HSV: 107°, 26%, 99%. Copy any format from the conversion table above.
What colors go well with #C8FDBA?
The complementary color is HSL(287, 93%, 86%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 93%, 86%) in CSS?
As HSL: color: hsl(107, 93%, 86%); — As HEX: color: #C8FDBA; — As RGB: color: rgb(200, 253, 186); — Tailwind CSS: bg-[hsl(107,93%,86%)] — CSS variable: --color-primary: hsl(107, 93%, 86%);