HSL(93, 56%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(93,56%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(93, 56%, 72%) | color: hsl(93, 56%, 72%) | |
| HEX | #B4E090 | color: #B4E090 | |
| RGB | rgb(180, 224, 144) | color: rgb(180, 224, 144) | |
| CMYK | cmyk(20%, 0%, 36%, 12%) | — | |
| HSV | hsv(93, 36%, 88%) | — | |
| HWB | hwb(93 56% 12%) | color: hwb(93 56% 12%) | |
| OKLCH | oklch(0.8565 0.1153 131.86) | color: oklch(0.8565 0.1153 131.86) | |
| Lab | lab(84.5 -28.18 34.63) | color: lab(84.5 -28.18 34.63) | |
| LCH | lch(84.5 44.65 129.14) | color: lch(84.5 44.65 129.14) |
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)
#C7C7A3 — rgb(199, 199, 163)
Deuteranopia (Green-blind)
#C5C1A8 — rgb(197, 193, 168)
Tritanopia (Blue-blind)
#B6B3B6 — rgb(182, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(93, 56%, 72%);
text
color: hsl(93, 56%, 72%);
border
border: 2px solid hsl(93, 56%, 72%);
gradient light
background: linear-gradient(to right, hsl(93, 56%, 92%), hsl(93, 56%, 72%));
gradient dark
background: linear-gradient(to right, hsl(93, 56%, 72%), hsl(93, 56%, 52%))
hex
background-color: #B4E090;
tailwind
bg-[hsl(93,56%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(93, 56%, 72%, 0.4);
css variable
--color-primary: hsl(93, 56%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(93, 56%, 72%)?
HEX: #B4E090 | RGB: rgb(180, 224, 144) | CMYK: 20%, 0%, 36%, 12% | HSV: 93°, 36%, 88%. Copy any format from the conversion table above.
What colors go well with #B4E090?
The complementary color is HSL(273, 56%, 72%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(93, 56%, 72%) in CSS?
As HSL: color: hsl(93, 56%, 72%); — As HEX: color: #B4E090; — As RGB: color: rgb(180, 224, 144); — Tailwind CSS: bg-[hsl(93,56%,72%)] — CSS variable: --color-primary: hsl(93, 56%, 72%);