HSL(101, 21%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,21%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 21%, 76%) | color: hsl(101, 21%, 76%) | |
| HEX | #BDCFB5 | color: #BDCFB5 | |
| RGB | rgb(189, 207, 181) | color: rgb(189, 207, 181) | |
| CMYK | cmyk(9%, 0%, 13%, 19%) | — | |
| HSV | hsv(102, 13%, 81%) | — | |
| HWB | hwb(102 70% 19%) | color: hwb(102 70% 19%) | |
| OKLCH | oklch(0.8337 0.0406 135.95) | color: oklch(0.8337 0.0406 135.95) | |
| Lab | lab(81.17 -10.85 10.87) | color: lab(81.17 -10.85 10.87) | |
| LCH | lch(81.17 15.36 134.95) | color: lch(81.17 15.36 134.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)
#C5C5BB — rgb(197, 197, 187)
Deuteranopia (Green-blind)
#C4C2BD — rgb(196, 194, 189)
Tritanopia (Blue-blind)
#BEC0C1 — rgb(190, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 21%, 76%);
text
color: hsl(101, 21%, 76%);
border
border: 2px solid hsl(101, 21%, 76%);
gradient light
background: linear-gradient(to right, hsl(101, 21%, 96%), hsl(101, 21%, 76%));
gradient dark
background: linear-gradient(to right, hsl(101, 21%, 76%), hsl(101, 21%, 56%))
hex
background-color: #BDCFB5;
tailwind
bg-[hsl(101,21%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 21%, 76%, 0.4);
css variable
--color-primary: hsl(101, 21%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 21%, 76%)?
HEX: #BDCFB5 | RGB: rgb(189, 207, 181) | CMYK: 9%, 0%, 13%, 19% | HSV: 102°, 13%, 81%. Copy any format from the conversion table above.
What colors go well with #BDCFB5?
The complementary color is HSL(281, 21%, 76%). 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, 21%, 76%) in CSS?
As HSL: color: hsl(101, 21%, 76%); — As HEX: color: #BDCFB5; — As RGB: color: rgb(189, 207, 181); — Tailwind CSS: bg-[hsl(101,21%,76%)] — CSS variable: --color-primary: hsl(101, 21%, 76%);