HSL(121, 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(121,12%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 12%, 75%) | color: hsl(121, 12%, 75%) | |
| HEX | #B8C7B8 | color: #B8C7B8 | |
| RGB | rgb(184, 199, 184) | color: rgb(184, 199, 184) | |
| CMYK | cmyk(8%, 0%, 8%, 22%) | — | |
| HSV | hsv(120, 8%, 78%) | — | |
| HWB | hwb(120 72% 22%) | color: hwb(120 72% 22%) | |
| OKLCH | oklch(0.8139 0.0264 145.33) | color: oklch(0.8139 0.0264 145.33) | |
| Lab | lab(78.75 -7.93 5.76) | color: lab(78.75 -7.93 5.76) | |
| LCH | lch(78.75 9.8 144.01) | color: lch(78.75 9.8 144.01) |
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)
#BEBFBC — rgb(190, 191, 188)
Deuteranopia (Green-blind)
#BEBDBD — rgb(190, 189, 189)
Tritanopia (Blue-blind)
#B9BEBF — rgb(185, 190, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 12%, 75%);
text
color: hsl(121, 12%, 75%);
border
border: 2px solid hsl(121, 12%, 75%);
gradient light
background: linear-gradient(to right, hsl(121, 12%, 95%), hsl(121, 12%, 75%));
gradient dark
background: linear-gradient(to right, hsl(121, 12%, 75%), hsl(121, 12%, 55%))
hex
background-color: #B8C7B8;
tailwind
bg-[hsl(121,12%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 12%, 75%, 0.4);
css variable
--color-primary: hsl(121, 12%, 75%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(121, 12%, 75%)?
HEX: #B8C7B8 | RGB: rgb(184, 199, 184) | CMYK: 8%, 0%, 8%, 22% | HSV: 120°, 8%, 78%. Copy any format from the conversion table above.
What colors go well with #B8C7B8?
The complementary color is HSL(301, 12%, 75%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 12%, 75%) in CSS?
As HSL: color: hsl(121, 12%, 75%); — As HEX: color: #B8C7B8; — As RGB: color: rgb(184, 199, 184); — Tailwind CSS: bg-[hsl(121,12%,75%)] — CSS variable: --color-primary: hsl(121, 12%, 75%);