HSL(96, 68%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,68%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 68%, 73%) | color: hsl(96, 68%, 73%) | |
| HEX | #B1E98B | color: #B1E98B | |
| RGB | rgb(177, 233, 139) | color: rgb(177, 233, 139) | |
| CMYK | cmyk(24%, 0%, 40%, 9%) | — | |
| HSV | hsv(96, 40%, 91%) | — | |
| HWB | hwb(96 55% 9%) | color: hwb(96 55% 9%) | |
| OKLCH | oklch(0.8738 0.1356 133.61) | color: oklch(0.8738 0.1356 133.61) | |
| Lab | lab(86.74 -34.11 40.02) | color: lab(86.74 -34.11 40.02) | |
| LCH | lch(86.74 52.58 130.44) | color: lch(86.74 52.58 130.44) |
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)
#C9CAA2 — rgb(201, 202, 162)
Deuteranopia (Green-blind)
#C6C2A7 — rgb(198, 194, 167)
Tritanopia (Blue-blind)
#B4B4B8 — rgb(180, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 68%, 73%);
text
color: hsl(96, 68%, 73%);
border
border: 2px solid hsl(96, 68%, 73%);
gradient light
background: linear-gradient(to right, hsl(96, 68%, 93%), hsl(96, 68%, 73%));
gradient dark
background: linear-gradient(to right, hsl(96, 68%, 73%), hsl(96, 68%, 53%))
hex
background-color: #B1E98B;
tailwind
bg-[hsl(96,68%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 68%, 73%, 0.4);
css variable
--color-primary: hsl(96, 68%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 68%, 73%)?
HEX: #B1E98B | RGB: rgb(177, 233, 139) | CMYK: 24%, 0%, 40%, 9% | HSV: 96°, 40%, 91%. Copy any format from the conversion table above.
What colors go well with #B1E98B?
The complementary color is HSL(276, 68%, 73%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 68%, 73%) in CSS?
As HSL: color: hsl(96, 68%, 73%); — As HEX: color: #B1E98B; — As RGB: color: rgb(177, 233, 139); — Tailwind CSS: bg-[hsl(96,68%,73%)] — CSS variable: --color-primary: hsl(96, 68%, 73%);