HSL(137, 50%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,50%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 50%, 79%) | color: hsl(137, 50%, 79%) | |
| HEX | #AFE4BE | color: #AFE4BE | |
| RGB | rgb(175, 228, 190) | color: rgb(175, 228, 190) | |
| CMYK | cmyk(23%, 0%, 17%, 11%) | — | |
| HSV | hsv(137, 23%, 89%) | — | |
| HWB | hwb(137 69% 11%) | color: hwb(137 69% 11%) | |
| OKLCH | oklch(0.8719 0.0756 153.47) | color: oklch(0.8719 0.0756 153.47) | |
| Lab | lab(86.16 -24.43 13.09) | color: lab(86.16 -24.43 13.09) | |
| LCH | lch(86.16 27.72 151.82) | color: lch(86.16 27.72 151.82) |
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)
#C6C6C7 — rgb(198, 198, 199)
Deuteranopia (Green-blind)
#C3BFC9 — rgb(195, 191, 201)
Tritanopia (Blue-blind)
#B2CED0 — rgb(178, 206, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 50%, 79%);
text
color: hsl(137, 50%, 79%);
border
border: 2px solid hsl(137, 50%, 79%);
gradient light
background: linear-gradient(to right, hsl(137, 50%, 99%), hsl(137, 50%, 79%));
gradient dark
background: linear-gradient(to right, hsl(137, 50%, 79%), hsl(137, 50%, 59%))
hex
background-color: #AFE4BE;
tailwind
bg-[hsl(137,50%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 50%, 79%, 0.4);
css variable
--color-primary: hsl(137, 50%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 50%, 79%)?
HEX: #AFE4BE | RGB: rgb(175, 228, 190) | CMYK: 23%, 0%, 17%, 11% | HSV: 137°, 23%, 89%. Copy any format from the conversion table above.
What colors go well with #AFE4BE?
The complementary color is HSL(317, 50%, 79%). 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, 50%, 79%) in CSS?
As HSL: color: hsl(137, 50%, 79%); — As HEX: color: #AFE4BE; — As RGB: color: rgb(175, 228, 190); — Tailwind CSS: bg-[hsl(137,50%,79%)] — CSS variable: --color-primary: hsl(137, 50%, 79%);