HSL(132, 38%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,38%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 38%, 81%) | color: hsl(132, 38%, 81%) | |
| HEX | #BCE1C4 | color: #BCE1C4 | |
| RGB | rgb(188, 225, 196) | color: rgb(188, 225, 196) | |
| CMYK | cmyk(16%, 0%, 13%, 12%) | — | |
| HSV | hsv(133, 16%, 88%) | — | |
| HWB | hwb(133 74% 12%) | color: hwb(133 74% 12%) | |
| OKLCH | oklch(0.8752 0.0555 151.56) | color: oklch(0.8752 0.0555 151.56) | |
| Lab | lab(86.27 -17.63 10.2) | color: lab(86.27 -17.63 10.2) | |
| LCH | lch(86.27 20.37 149.95) | color: lch(86.27 20.37 149.95) |
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)
#CCCCCB — rgb(204, 204, 203)
Deuteranopia (Green-blind)
#CAC7CD — rgb(202, 199, 205)
Tritanopia (Blue-blind)
#BED1D2 — rgb(190, 209, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 38%, 81%);
text
color: hsl(132, 38%, 81%);
border
border: 2px solid hsl(132, 38%, 81%);
gradient light
background: linear-gradient(to right, hsl(132, 38%, 100%), hsl(132, 38%, 81%));
gradient dark
background: linear-gradient(to right, hsl(132, 38%, 81%), hsl(132, 38%, 61%))
hex
background-color: #BCE1C4;
tailwind
bg-[hsl(132,38%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 38%, 81%, 0.4);
css variable
--color-primary: hsl(132, 38%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(132, 38%, 81%)?
HEX: #BCE1C4 | RGB: rgb(188, 225, 196) | CMYK: 16%, 0%, 13%, 12% | HSV: 133°, 16%, 88%. Copy any format from the conversion table above.
What colors go well with #BCE1C4?
The complementary color is HSL(312, 38%, 81%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 38%, 81%) in CSS?
As HSL: color: hsl(132, 38%, 81%); — As HEX: color: #BCE1C4; — As RGB: color: rgb(188, 225, 196); — Tailwind CSS: bg-[hsl(132,38%,81%)] — CSS variable: --color-primary: hsl(132, 38%, 81%);