HSL(137, 63%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,63%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 63%, 83%) | color: hsl(137, 63%, 83%) | |
| HEX | #B8EFC8 | color: #B8EFC8 | |
| RGB | rgb(184, 239, 200) | color: rgb(184, 239, 200) | |
| CMYK | cmyk(23%, 0%, 16%, 6%) | — | |
| HSV | hsv(137, 23%, 94%) | — | |
| HWB | hwb(137 72% 6%) | color: hwb(137 72% 6%) | |
| OKLCH | oklch(0.9039 0.0773 153.78) | color: oklch(0.9039 0.0773 153.78) | |
| Lab | lab(89.9 -25.05 13.24) | color: lab(89.9 -25.05 13.24) | |
| LCH | lch(89.9 28.33 152.14) | color: lch(89.9 28.33 152.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)
#D0D0D1 — rgb(208, 208, 209)
Deuteranopia (Green-blind)
#CDC9D4 — rgb(205, 201, 212)
Tritanopia (Blue-blind)
#BBD9DB — rgb(187, 217, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 63%, 83%);
text
color: hsl(137, 63%, 83%);
border
border: 2px solid hsl(137, 63%, 83%);
gradient light
background: linear-gradient(to right, hsl(137, 63%, 100%), hsl(137, 63%, 83%));
gradient dark
background: linear-gradient(to right, hsl(137, 63%, 83%), hsl(137, 63%, 63%))
hex
background-color: #B8EFC8;
tailwind
bg-[hsl(137,63%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 63%, 83%, 0.4);
css variable
--color-primary: hsl(137, 63%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 63%, 83%)?
HEX: #B8EFC8 | RGB: rgb(184, 239, 200) | CMYK: 23%, 0%, 16%, 6% | HSV: 137°, 23%, 94%. Copy any format from the conversion table above.
What colors go well with #B8EFC8?
The complementary color is HSL(317, 63%, 83%). 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, 63%, 83%) in CSS?
As HSL: color: hsl(137, 63%, 83%); — As HEX: color: #B8EFC8; — As RGB: color: rgb(184, 239, 200); — Tailwind CSS: bg-[hsl(137,63%,83%)] — CSS variable: --color-primary: hsl(137, 63%, 83%);