HSL(101, 39%, 78%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,39%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 39%, 78%) | color: hsl(101, 39%, 78%) | |
| HEX | #BFDDB1 | color: #BFDDB1 | |
| RGB | rgb(191, 221, 177) | color: rgb(191, 221, 177) | |
| CMYK | cmyk(14%, 0%, 20%, 13%) | — | |
| HSV | hsv(101, 20%, 87%) | — | |
| HWB | hwb(101 70% 13%) | color: hwb(101 70% 13%) | |
| OKLCH | oklch(0.8641 0.0675 135.74) | color: oklch(0.8641 0.0675 135.74) | |
| Lab | lab(84.98 -17.89 18.37) | color: lab(84.98 -17.89 18.37) | |
| LCH | lch(84.98 25.64 134.24) | color: lch(84.98 25.64 134.24) |
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)
#CCCCBC — rgb(204, 204, 188)
Deuteranopia (Green-blind)
#CAC8BE — rgb(202, 200, 190)
Tritanopia (Blue-blind)
#C1C4C6 — rgb(193, 196, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 39%, 78%);
text
color: hsl(101, 39%, 78%);
border
border: 2px solid hsl(101, 39%, 78%);
gradient light
background: linear-gradient(to right, hsl(101, 39%, 98%), hsl(101, 39%, 78%));
gradient dark
background: linear-gradient(to right, hsl(101, 39%, 78%), hsl(101, 39%, 58%))
hex
background-color: #BFDDB1;
tailwind
bg-[hsl(101,39%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 39%, 78%, 0.4);
css variable
--color-primary: hsl(101, 39%, 78%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 39%, 78%)?
HEX: #BFDDB1 | RGB: rgb(191, 221, 177) | CMYK: 14%, 0%, 20%, 13% | HSV: 101°, 20%, 87%. Copy any format from the conversion table above.
What colors go well with #BFDDB1?
The complementary color is HSL(281, 39%, 78%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 39%, 78%) in CSS?
As HSL: color: hsl(101, 39%, 78%); — As HEX: color: #BFDDB1; — As RGB: color: rgb(191, 221, 177); — Tailwind CSS: bg-[hsl(101,39%,78%)] — CSS variable: --color-primary: hsl(101, 39%, 78%);