HSL(123, 53%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,53%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 53%, 82%) | color: hsl(123, 53%, 82%) | |
| HEX | #B9E9BB | color: #B9E9BB | |
| RGB | rgb(185, 233, 187) | color: rgb(185, 233, 187) | |
| CMYK | cmyk(21%, 0%, 20%, 9%) | — | |
| HSV | hsv(123, 21%, 91%) | — | |
| HWB | hwb(123 72% 9%) | color: hwb(123 72% 9%) | |
| OKLCH | oklch(0.8883 0.0798 145.94) | color: oklch(0.8883 0.0798 145.94) | |
| Lab | lab(88.05 -24.13 17.4) | color: lab(88.05 -24.13 17.4) | |
| LCH | lch(88.05 29.75 144.2) | color: lch(88.05 29.75 144.2) |
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)
#CECEC6 — rgb(206, 206, 198)
Deuteranopia (Green-blind)
#CBC7C9 — rgb(203, 199, 201)
Tritanopia (Blue-blind)
#BBCFD1 — rgb(187, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 53%, 82%);
text
color: hsl(123, 53%, 82%);
border
border: 2px solid hsl(123, 53%, 82%);
gradient light
background: linear-gradient(to right, hsl(123, 53%, 100%), hsl(123, 53%, 82%));
gradient dark
background: linear-gradient(to right, hsl(123, 53%, 82%), hsl(123, 53%, 62%))
hex
background-color: #B9E9BB;
tailwind
bg-[hsl(123,53%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 53%, 82%, 0.4);
css variable
--color-primary: hsl(123, 53%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 53%, 82%)?
HEX: #B9E9BB | RGB: rgb(185, 233, 187) | CMYK: 21%, 0%, 20%, 9% | HSV: 123°, 21%, 91%. Copy any format from the conversion table above.
What colors go well with #B9E9BB?
The complementary color is HSL(303, 53%, 82%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 53%, 82%) in CSS?
As HSL: color: hsl(123, 53%, 82%); — As HEX: color: #B9E9BB; — As RGB: color: rgb(185, 233, 187); — Tailwind CSS: bg-[hsl(123,53%,82%)] — CSS variable: --color-primary: hsl(123, 53%, 82%);