HSL(138, 65%, 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,65%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 65%, 87%) | color: hsl(138, 65%, 87%) | |
| HEX | #C8F3D5 | color: #C8F3D5 | |
| RGB | rgb(200, 243, 213) | color: rgb(200, 243, 213) | |
| CMYK | cmyk(18%, 0%, 12%, 5%) | — | |
| HSV | hsv(138, 18%, 95%) | — | |
| HWB | hwb(138 78% 5%) | color: hwb(138 78% 5%) | |
| OKLCH | oklch(0.9258 0.0601 154.65) | color: oklch(0.9258 0.0601 154.65) | |
| Lab | lab(92.21 -19.51 9.92) | color: lab(92.21 -19.51 9.92) | |
| LCH | lch(92.21 21.89 153.05) | color: lch(92.21 21.89 153.05) |
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)
#DBDBDC — rgb(219, 219, 220)
Deuteranopia (Green-blind)
#D8D5DE — rgb(216, 213, 222)
Tritanopia (Blue-blind)
#CAE2E3 — rgb(202, 226, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 65%, 87%);
text
color: hsl(138, 65%, 87%);
border
border: 2px solid hsl(138, 65%, 87%);
gradient light
background: linear-gradient(to right, hsl(138, 65%, 100%), hsl(138, 65%, 87%));
gradient dark
background: linear-gradient(to right, hsl(138, 65%, 87%), hsl(138, 65%, 67%))
hex
background-color: #C8F3D5;
tailwind
bg-[hsl(138,65%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 65%, 87%, 0.4);
css variable
--color-primary: hsl(138, 65%, 87%);
Related Colors
Use Cases for Very Light Green
Frequently Asked Questions
What are all the color codes for HSL(138, 65%, 87%)?
HEX: #C8F3D5 | RGB: rgb(200, 243, 213) | CMYK: 18%, 0%, 12%, 5% | HSV: 138°, 18%, 95%. Copy any format from the conversion table above.
What colors go well with #C8F3D5?
The complementary color is HSL(318, 65%, 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, 65%, 87%) in CSS?
As HSL: color: hsl(138, 65%, 87%); — As HEX: color: #C8F3D5; — As RGB: color: rgb(200, 243, 213); — Tailwind CSS: bg-[hsl(138,65%,87%)] — CSS variable: --color-primary: hsl(138, 65%, 87%);