HSL(122, 31%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,31%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 31%, 80%) | color: hsl(122, 31%, 80%) | |
| HEX | #BCDCBD | color: #BCDCBD | |
| RGB | rgb(188, 220, 189) | color: rgb(188, 220, 189) | |
| CMYK | cmyk(15%, 0%, 14%, 14%) | — | |
| HSV | hsv(122, 15%, 86%) | — | |
| HWB | hwb(122 73% 14%) | color: hwb(122 73% 14%) | |
| OKLCH | oklch(0.8627 0.0542 145.92) | color: oklch(0.8627 0.0542 145.92) | |
| Lab | lab(84.77 -16.39 11.74) | color: lab(84.77 -16.39 11.74) | |
| LCH | lch(84.77 20.16 144.39) | color: lch(84.77 20.16 144.39) |
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)
#CACAC5 — rgb(202, 202, 197)
Deuteranopia (Green-blind)
#C8C6C6 — rgb(200, 198, 198)
Tritanopia (Blue-blind)
#BECACC — rgb(190, 202, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 31%, 80%);
text
color: hsl(122, 31%, 80%);
border
border: 2px solid hsl(122, 31%, 80%);
gradient light
background: linear-gradient(to right, hsl(122, 31%, 100%), hsl(122, 31%, 80%));
gradient dark
background: linear-gradient(to right, hsl(122, 31%, 80%), hsl(122, 31%, 60%))
hex
background-color: #BCDCBD;
tailwind
bg-[hsl(122,31%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 31%, 80%, 0.4);
css variable
--color-primary: hsl(122, 31%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 31%, 80%)?
HEX: #BCDCBD | RGB: rgb(188, 220, 189) | CMYK: 15%, 0%, 14%, 14% | HSV: 122°, 15%, 86%. Copy any format from the conversion table above.
What colors go well with #BCDCBD?
The complementary color is HSL(302, 31%, 80%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 31%, 80%) in CSS?
As HSL: color: hsl(122, 31%, 80%); — As HEX: color: #BCDCBD; — As RGB: color: rgb(188, 220, 189); — Tailwind CSS: bg-[hsl(122,31%,80%)] — CSS variable: --color-primary: hsl(122, 31%, 80%);