HSL(127, 12%, 74%)
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(127,12%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 12%, 74%) | color: hsl(127, 12%, 74%) | |
| HEX | #B5C5B7 | color: #B5C5B7 | |
| RGB | rgb(181, 197, 183) | color: rgb(181, 197, 183) | |
| CMYK | cmyk(8%, 0%, 7%, 23%) | — | |
| HSV | hsv(128, 8%, 77%) | — | |
| HWB | hwb(128 71% 23%) | color: hwb(128 71% 23%) | |
| OKLCH | oklch(0.8072 0.0261 149.01) | color: oklch(0.8072 0.0261 149.01) | |
| Lab | lab(77.98 -8.1 5.15) | color: lab(77.98 -8.1 5.15) | |
| LCH | lch(77.98 9.6 147.55) | color: lch(77.98 9.6 147.55) |
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)
#BCBCBA — rgb(188, 188, 186)
Deuteranopia (Green-blind)
#BBBABB — rgb(187, 186, 187)
Tritanopia (Blue-blind)
#B6BDBE — rgb(182, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 12%, 74%);
text
color: hsl(127, 12%, 74%);
border
border: 2px solid hsl(127, 12%, 74%);
gradient light
background: linear-gradient(to right, hsl(127, 12%, 94%), hsl(127, 12%, 74%));
gradient dark
background: linear-gradient(to right, hsl(127, 12%, 74%), hsl(127, 12%, 54%))
hex
background-color: #B5C5B7;
tailwind
bg-[hsl(127,12%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 12%, 74%, 0.4);
css variable
--color-primary: hsl(127, 12%, 74%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(127, 12%, 74%)?
HEX: #B5C5B7 | RGB: rgb(181, 197, 183) | CMYK: 8%, 0%, 7%, 23% | HSV: 128°, 8%, 77%. Copy any format from the conversion table above.
What colors go well with #B5C5B7?
The complementary color is HSL(307, 12%, 74%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 12%, 74%) in CSS?
As HSL: color: hsl(127, 12%, 74%); — As HEX: color: #B5C5B7; — As RGB: color: rgb(181, 197, 183); — Tailwind CSS: bg-[hsl(127,12%,74%)] — CSS variable: --color-primary: hsl(127, 12%, 74%);