HSL(83, 35%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,35%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 35%, 67%) | color: hsl(83, 35%, 67%) | |
| HEX | #B2C88D | color: #B2C88D | |
| RGB | rgb(178, 200, 141) | color: rgb(178, 200, 141) | |
| CMYK | cmyk(11%, 0%, 30%, 22%) | — | |
| HSV | hsv(82, 30%, 78%) | — | |
| HWB | hwb(82 55% 22%) | color: hwb(82 55% 22%) | |
| OKLCH | oklch(0.8015 0.0829 124.84) | color: oklch(0.8015 0.0829 124.84) | |
| Lab | lab(77.7 -17.59 27.12) | color: lab(77.7 -17.59 27.12) | |
| LCH | lch(77.7 32.32 122.97) | color: lch(77.7 32.32 122.97) |
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)
#BCBC9B — rgb(188, 188, 155)
Deuteranopia (Green-blind)
#BAB99F — rgb(186, 185, 159)
Tritanopia (Blue-blind)
#B3A7A9 — rgb(179, 167, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 35%, 67%);
text
color: hsl(83, 35%, 67%);
border
border: 2px solid hsl(83, 35%, 67%);
gradient light
background: linear-gradient(to right, hsl(83, 35%, 87%), hsl(83, 35%, 67%));
gradient dark
background: linear-gradient(to right, hsl(83, 35%, 67%), hsl(83, 35%, 47%))
hex
background-color: #B2C88D;
tailwind
bg-[hsl(83,35%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 35%, 67%, 0.4);
css variable
--color-primary: hsl(83, 35%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 35%, 67%)?
HEX: #B2C88D | RGB: rgb(178, 200, 141) | CMYK: 11%, 0%, 30%, 22% | HSV: 82°, 30%, 78%. Copy any format from the conversion table above.
What colors go well with #B2C88D?
The complementary color is HSL(263, 35%, 67%). 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, 35%, 67%) in CSS?
As HSL: color: hsl(83, 35%, 67%); — As HEX: color: #B2C88D; — As RGB: color: rgb(178, 200, 141); — Tailwind CSS: bg-[hsl(83,35%,67%)] — CSS variable: --color-primary: hsl(83, 35%, 67%);