HSL(107, 15%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(107,15%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 15%, 76%) | color: hsl(107, 15%, 76%) | |
| HEX | #BDCBB9 | color: #BDCBB9 | |
| RGB | rgb(189, 203, 185) | color: rgb(189, 203, 185) | |
| CMYK | cmyk(7%, 0%, 9%, 20%) | — | |
| HSV | hsv(107, 9%, 80%) | — | |
| HWB | hwb(107 73% 20%) | color: hwb(107 73% 20%) | |
| OKLCH | oklch(0.8263 0.0291 138.73) | color: oklch(0.8263 0.0291 138.73) | |
| Lab | lab(80.2 -8.09 7.35) | color: lab(80.2 -8.09 7.35) | |
| LCH | lch(80.2 10.93 137.74) | color: lch(80.2 10.93 137.74) |
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)
#C3C3BD — rgb(195, 195, 189)
Deuteranopia (Green-blind)
#C2C1BE — rgb(194, 193, 190)
Tritanopia (Blue-blind)
#BEC1C2 — rgb(190, 193, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 15%, 76%);
text
color: hsl(107, 15%, 76%);
border
border: 2px solid hsl(107, 15%, 76%);
gradient light
background: linear-gradient(to right, hsl(107, 15%, 96%), hsl(107, 15%, 76%));
gradient dark
background: linear-gradient(to right, hsl(107, 15%, 76%), hsl(107, 15%, 56%))
hex
background-color: #BDCBB9;
tailwind
bg-[hsl(107,15%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 15%, 76%, 0.4);
css variable
--color-primary: hsl(107, 15%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 15%, 76%)?
HEX: #BDCBB9 | RGB: rgb(189, 203, 185) | CMYK: 7%, 0%, 9%, 20% | HSV: 107°, 9%, 80%. Copy any format from the conversion table above.
What colors go well with #BDCBB9?
The complementary color is HSL(287, 15%, 76%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 15%, 76%) in CSS?
As HSL: color: hsl(107, 15%, 76%); — As HEX: color: #BDCBB9; — As RGB: color: rgb(189, 203, 185); — Tailwind CSS: bg-[hsl(107,15%,76%)] — CSS variable: --color-primary: hsl(107, 15%, 76%);