HSL(137, 22%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,22%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 22%, 74%) | color: hsl(137, 22%, 74%) | |
| HEX | #AECBB6 | color: #AECBB6 | |
| RGB | rgb(174, 203, 182) | color: rgb(174, 203, 182) | |
| CMYK | cmyk(14%, 0%, 10%, 20%) | — | |
| HSV | hsv(137, 14%, 80%) | — | |
| HWB | hwb(137 69% 20%) | color: hwb(137 69% 20%) | |
| OKLCH | oklch(0.8147 0.0427 153.91) | color: oklch(0.8147 0.0427 153.91) | |
| Lab | lab(79.09 -13.78 7.23) | color: lab(79.09 -13.78 7.23) | |
| LCH | lch(79.09 15.56 152.32) | color: lch(79.09 15.56 152.32) |
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)
#BBBBBB — rgb(187, 187, 187)
Deuteranopia (Green-blind)
#B9B7BC — rgb(185, 183, 188)
Tritanopia (Blue-blind)
#AFBFC0 — rgb(175, 191, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 22%, 74%);
text
color: hsl(137, 22%, 74%);
border
border: 2px solid hsl(137, 22%, 74%);
gradient light
background: linear-gradient(to right, hsl(137, 22%, 94%), hsl(137, 22%, 74%));
gradient dark
background: linear-gradient(to right, hsl(137, 22%, 74%), hsl(137, 22%, 54%))
hex
background-color: #AECBB6;
tailwind
bg-[hsl(137,22%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 22%, 74%, 0.4);
css variable
--color-primary: hsl(137, 22%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 22%, 74%)?
HEX: #AECBB6 | RGB: rgb(174, 203, 182) | CMYK: 14%, 0%, 10%, 20% | HSV: 137°, 14%, 80%. Copy any format from the conversion table above.
What colors go well with #AECBB6?
The complementary color is HSL(317, 22%, 74%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 22%, 74%) in CSS?
As HSL: color: hsl(137, 22%, 74%); — As HEX: color: #AECBB6; — As RGB: color: rgb(174, 203, 182); — Tailwind CSS: bg-[hsl(137,22%,74%)] — CSS variable: --color-primary: hsl(137, 22%, 74%);