HSL(131, 30%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,30%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 30%, 79%) | color: hsl(131, 30%, 79%) | |
| HEX | #B9DABF | color: #B9DABF | |
| RGB | rgb(185, 218, 191) | color: rgb(185, 218, 191) | |
| CMYK | cmyk(15%, 0%, 12%, 15%) | — | |
| HSV | hsv(131, 15%, 85%) | — | |
| HWB | hwb(131 72% 15%) | color: hwb(131 72% 15%) | |
| OKLCH | oklch(0.8569 0.0509 150.47) | color: oklch(0.8569 0.0509 150.47) | |
| Lab | lab(84.08 -16.03 9.68) | color: lab(84.08 -16.03 9.68) | |
| LCH | lch(84.08 18.73 148.87) | color: lch(84.08 18.73 148.87) |
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)
#C7C8C6 — rgb(199, 200, 198)
Deuteranopia (Green-blind)
#C5C3C7 — rgb(197, 195, 199)
Tritanopia (Blue-blind)
#BBCBCC — rgb(187, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 30%, 79%);
text
color: hsl(131, 30%, 79%);
border
border: 2px solid hsl(131, 30%, 79%);
gradient light
background: linear-gradient(to right, hsl(131, 30%, 99%), hsl(131, 30%, 79%));
gradient dark
background: linear-gradient(to right, hsl(131, 30%, 79%), hsl(131, 30%, 59%))
hex
background-color: #B9DABF;
tailwind
bg-[hsl(131,30%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 30%, 79%, 0.4);
css variable
--color-primary: hsl(131, 30%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 30%, 79%)?
HEX: #B9DABF | RGB: rgb(185, 218, 191) | CMYK: 15%, 0%, 12%, 15% | HSV: 131°, 15%, 85%. Copy any format from the conversion table above.
What colors go well with #B9DABF?
The complementary color is HSL(311, 30%, 79%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 30%, 79%) in CSS?
As HSL: color: hsl(131, 30%, 79%); — As HEX: color: #B9DABF; — As RGB: color: rgb(185, 218, 191); — Tailwind CSS: bg-[hsl(131,30%,79%)] — CSS variable: --color-primary: hsl(131, 30%, 79%);