HSL(147, 38%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,38%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 38%, 81%) | color: hsl(147, 38%, 81%) | |
| HEX | #BCE1CD | color: #BCE1CD | |
| RGB | rgb(188, 225, 205) | color: rgb(188, 225, 205) | |
| CMYK | cmyk(16%, 0%, 9%, 12%) | — | |
| HSV | hsv(148, 16%, 88%) | — | |
| HWB | hwb(148 74% 12%) | color: hwb(148 74% 12%) | |
| OKLCH | oklch(0.8776 0.0475 161.65) | color: oklch(0.8776 0.0475 161.65) | |
| Lab | lab(86.48 -15.97 5.76) | color: lab(86.48 -15.97 5.76) | |
| LCH | lch(86.48 16.98 160.17) | color: lch(86.48 16.98 160.17) |
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)
#CCCCD2 — rgb(204, 204, 210)
Deuteranopia (Green-blind)
#CAC7D3 — rgb(202, 199, 211)
Tritanopia (Blue-blind)
#BED6D7 — rgb(190, 214, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 38%, 81%);
text
color: hsl(147, 38%, 81%);
border
border: 2px solid hsl(147, 38%, 81%);
gradient light
background: linear-gradient(to right, hsl(147, 38%, 100%), hsl(147, 38%, 81%));
gradient dark
background: linear-gradient(to right, hsl(147, 38%, 81%), hsl(147, 38%, 61%))
hex
background-color: #BCE1CD;
tailwind
bg-[hsl(147,38%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 38%, 81%, 0.4);
css variable
--color-primary: hsl(147, 38%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 38%, 81%)?
HEX: #BCE1CD | RGB: rgb(188, 225, 205) | CMYK: 16%, 0%, 9%, 12% | HSV: 148°, 16%, 88%. Copy any format from the conversion table above.
What colors go well with #BCE1CD?
The complementary color is HSL(327, 38%, 81%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 38%, 81%) in CSS?
As HSL: color: hsl(147, 38%, 81%); — As HEX: color: #BCE1CD; — As RGB: color: rgb(188, 225, 205); — Tailwind CSS: bg-[hsl(147,38%,81%)] — CSS variable: --color-primary: hsl(147, 38%, 81%);