HSL(97, 12%, 75%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(97,12%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 12%, 75%) | color: hsl(97, 12%, 75%) | |
| HEX | #BDC7B8 | color: #BDC7B8 | |
| RGB | rgb(189, 199, 184) | color: rgb(189, 199, 184) | |
| CMYK | cmyk(5%, 0%, 8%, 22%) | — | |
| HSV | hsv(100, 8%, 78%) | — | |
| HWB | hwb(100 72% 22%) | color: hwb(100 72% 22%) | |
| OKLCH | oklch(0.8177 0.0234 134.97) | color: oklch(0.8177 0.0234 134.97) | |
| Lab | lab(79.11 -6.19 6.33) | color: lab(79.11 -6.19 6.33) | |
| LCH | lch(79.11 8.85 134.36) | color: lch(79.11 8.85 134.36) |
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)
#C1C1BC — rgb(193, 193, 188)
Deuteranopia (Green-blind)
#C1C0BD — rgb(193, 192, 189)
Tritanopia (Blue-blind)
#BEBEBF — rgb(190, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 12%, 75%);
text
color: hsl(97, 12%, 75%);
border
border: 2px solid hsl(97, 12%, 75%);
gradient light
background: linear-gradient(to right, hsl(97, 12%, 95%), hsl(97, 12%, 75%));
gradient dark
background: linear-gradient(to right, hsl(97, 12%, 75%), hsl(97, 12%, 55%))
hex
background-color: #BDC7B8;
tailwind
bg-[hsl(97,12%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 12%, 75%, 0.4);
css variable
--color-primary: hsl(97, 12%, 75%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(97, 12%, 75%)?
HEX: #BDC7B8 | RGB: rgb(189, 199, 184) | CMYK: 5%, 0%, 8%, 22% | HSV: 100°, 8%, 78%. Copy any format from the conversion table above.
What colors go well with #BDC7B8?
The complementary color is HSL(277, 12%, 75%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 12%, 75%) in CSS?
As HSL: color: hsl(97, 12%, 75%); — As HEX: color: #BDC7B8; — As RGB: color: rgb(189, 199, 184); — Tailwind CSS: bg-[hsl(97,12%,75%)] — CSS variable: --color-primary: hsl(97, 12%, 75%);