HSL(86, 43%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,43%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 43%, 77%) | color: hsl(86, 43%, 77%) | |
| HEX | #C8DEAB | color: #C8DEAB | |
| RGB | rgb(200, 222, 171) | color: rgb(200, 222, 171) | |
| CMYK | cmyk(10%, 0%, 23%, 13%) | — | |
| HSV | hsv(86, 23%, 87%) | — | |
| HWB | hwb(86 67% 13%) | color: hwb(86 67% 13%) | |
| OKLCH | oklch(0.8713 0.072 126.81) | color: oklch(0.8713 0.072 126.81) | |
| Lab | lab(85.74 -16.16 22.64) | color: lab(85.74 -16.16 22.64) | |
| LCH | lch(85.74 27.82 125.52) | color: lch(85.74 27.82 125.52) |
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)
#D2D2B7 — rgb(210, 210, 183)
Deuteranopia (Green-blind)
#D0CFBA — rgb(208, 207, 186)
Tritanopia (Blue-blind)
#C9C1C3 — rgb(201, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 43%, 77%);
text
color: hsl(86, 43%, 77%);
border
border: 2px solid hsl(86, 43%, 77%);
gradient light
background: linear-gradient(to right, hsl(86, 43%, 97%), hsl(86, 43%, 77%));
gradient dark
background: linear-gradient(to right, hsl(86, 43%, 77%), hsl(86, 43%, 57%))
hex
background-color: #C8DEAB;
tailwind
bg-[hsl(86,43%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 43%, 77%, 0.4);
css variable
--color-primary: hsl(86, 43%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 43%, 77%)?
HEX: #C8DEAB | RGB: rgb(200, 222, 171) | CMYK: 10%, 0%, 23%, 13% | HSV: 86°, 23%, 87%. Copy any format from the conversion table above.
What colors go well with #C8DEAB?
The complementary color is HSL(266, 43%, 77%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 43%, 77%) in CSS?
As HSL: color: hsl(86, 43%, 77%); — As HEX: color: #C8DEAB; — As RGB: color: rgb(200, 222, 171); — Tailwind CSS: bg-[hsl(86,43%,77%)] — CSS variable: --color-primary: hsl(86, 43%, 77%);