HSL(124, 70%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,70%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 70%, 83%) | color: hsl(124, 70%, 83%) | |
| HEX | #B5F2B9 | color: #B5F2B9 | |
| RGB | rgb(181, 242, 185) | color: rgb(181, 242, 185) | |
| CMYK | cmyk(25%, 0%, 24%, 5%) | — | |
| HSV | hsv(124, 25%, 95%) | — | |
| HWB | hwb(124 71% 5%) | color: hwb(124 71% 5%) | |
| OKLCH | oklch(0.9052 0.0988 146.36) | color: oklch(0.9052 0.0988 146.36) | |
| Lab | lab(90.24 -30.07 21.44) | color: lab(90.24 -30.07 21.44) | |
| LCH | lch(90.24 36.93 144.51) | color: lch(90.24 36.93 144.51) |
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)
#CFD0C7 — rgb(207, 208, 199)
Deuteranopia (Green-blind)
#CCC7CA — rgb(204, 199, 202)
Tritanopia (Blue-blind)
#B8D2D4 — rgb(184, 210, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 70%, 83%);
text
color: hsl(124, 70%, 83%);
border
border: 2px solid hsl(124, 70%, 83%);
gradient light
background: linear-gradient(to right, hsl(124, 70%, 100%), hsl(124, 70%, 83%));
gradient dark
background: linear-gradient(to right, hsl(124, 70%, 83%), hsl(124, 70%, 63%))
hex
background-color: #B5F2B9;
tailwind
bg-[hsl(124,70%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 70%, 83%, 0.4);
css variable
--color-primary: hsl(124, 70%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 70%, 83%)?
HEX: #B5F2B9 | RGB: rgb(181, 242, 185) | CMYK: 25%, 0%, 24%, 5% | HSV: 124°, 25%, 95%. Copy any format from the conversion table above.
What colors go well with #B5F2B9?
The complementary color is HSL(304, 70%, 83%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 70%, 83%) in CSS?
As HSL: color: hsl(124, 70%, 83%); — As HEX: color: #B5F2B9; — As RGB: color: rgb(181, 242, 185); — Tailwind CSS: bg-[hsl(124,70%,83%)] — CSS variable: --color-primary: hsl(124, 70%, 83%);