HSL(83, 18%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(83,18%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 18%, 68%) | color: hsl(83, 18%, 68%) | |
| HEX | #B1BC9F | color: #B1BC9F | |
| RGB | rgb(177, 188, 159) | color: rgb(177, 188, 159) | |
| CMYK | cmyk(6%, 0%, 15%, 26%) | — | |
| HSV | hsv(83, 15%, 74%) | — | |
| HWB | hwb(83 63% 26%) | color: hwb(83 63% 26%) | |
| OKLCH | oklch(0.7787 0.0419 124.29) | color: oklch(0.7787 0.0419 124.29) | |
| Lab | lab(74.71 -9.03 13.4) | color: lab(74.71 -9.03 13.4) | |
| LCH | lch(74.71 16.16 123.98) | color: lch(74.71 16.16 123.98) |
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)
#B6B6A6 — rgb(182, 182, 166)
Deuteranopia (Green-blind)
#B5B4A8 — rgb(181, 180, 168)
Tritanopia (Blue-blind)
#B2ACAD — rgb(178, 172, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 18%, 68%);
text
color: hsl(83, 18%, 68%);
border
border: 2px solid hsl(83, 18%, 68%);
gradient light
background: linear-gradient(to right, hsl(83, 18%, 88%), hsl(83, 18%, 68%));
gradient dark
background: linear-gradient(to right, hsl(83, 18%, 68%), hsl(83, 18%, 48%))
hex
background-color: #B1BC9F;
tailwind
bg-[hsl(83,18%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 18%, 68%, 0.4);
css variable
--color-primary: hsl(83, 18%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 18%, 68%)?
HEX: #B1BC9F | RGB: rgb(177, 188, 159) | CMYK: 6%, 0%, 15%, 26% | HSV: 83°, 15%, 74%. Copy any format from the conversion table above.
What colors go well with #B1BC9F?
The complementary color is HSL(263, 18%, 68%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 18%, 68%) in CSS?
As HSL: color: hsl(83, 18%, 68%); — As HEX: color: #B1BC9F; — As RGB: color: rgb(177, 188, 159); — Tailwind CSS: bg-[hsl(83,18%,68%)] — CSS variable: --color-primary: hsl(83, 18%, 68%);