HSL(137, 54%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,54%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 54%, 81%) | color: hsl(137, 54%, 81%) | |
| HEX | #B4E9C3 | color: #B4E9C3 | |
| RGB | rgb(180, 233, 195) | color: rgb(180, 233, 195) | |
| CMYK | cmyk(23%, 0%, 16%, 9%) | — | |
| HSV | hsv(137, 23%, 91%) | — | |
| HWB | hwb(137 70% 9%) | color: hwb(137 70% 9%) | |
| OKLCH | oklch(0.8871 0.0753 153.5) | color: oklch(0.8871 0.0753 153.5) | |
| Lab | lab(87.93 -24.34 13.01) | color: lab(87.93 -24.34 13.01) | |
| LCH | lch(87.93 27.6 151.88) | color: lch(87.93 27.6 151.88) |
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)
#CBCBCC — rgb(203, 203, 204)
Deuteranopia (Green-blind)
#C8C4CE — rgb(200, 196, 206)
Tritanopia (Blue-blind)
#B7D3D5 — rgb(183, 211, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 54%, 81%);
text
color: hsl(137, 54%, 81%);
border
border: 2px solid hsl(137, 54%, 81%);
gradient light
background: linear-gradient(to right, hsl(137, 54%, 100%), hsl(137, 54%, 81%));
gradient dark
background: linear-gradient(to right, hsl(137, 54%, 81%), hsl(137, 54%, 61%))
hex
background-color: #B4E9C3;
tailwind
bg-[hsl(137,54%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 54%, 81%, 0.4);
css variable
--color-primary: hsl(137, 54%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 54%, 81%)?
HEX: #B4E9C3 | RGB: rgb(180, 233, 195) | CMYK: 23%, 0%, 16%, 9% | HSV: 137°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #B4E9C3?
The complementary color is HSL(317, 54%, 81%). 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, 54%, 81%) in CSS?
As HSL: color: hsl(137, 54%, 81%); — As HEX: color: #B4E9C3; — As RGB: color: rgb(180, 233, 195); — Tailwind CSS: bg-[hsl(137,54%,81%)] — CSS variable: --color-primary: hsl(137, 54%, 81%);