HSL(127, 5%, 54%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(127,5%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 5%, 54%) | color: hsl(127, 5%, 54%) | |
| HEX | #849085 | color: #849085 | |
| RGB | rgb(132, 144, 133) | color: rgb(132, 144, 133) | |
| CMYK | cmyk(8%, 0%, 8%, 44%) | — | |
| HSV | hsv(125, 8%, 56%) | — | |
| HWB | hwb(125 52% 44%) | color: hwb(125 52% 44%) | |
| OKLCH | oklch(0.6403 0.0213 147.71) | color: oklch(0.6403 0.0213 147.71) | |
| Lab | lab(58.55 -6.54 4.36) | color: lab(58.55 -6.54 4.36) | |
| LCH | lch(58.55 7.86 146.31) | color: lch(58.55 7.86 146.31) |
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)
#898988 — rgb(137, 137, 136)
Deuteranopia (Green-blind)
#898888 — rgb(137, 136, 136)
Tritanopia (Blue-blind)
#858A8A — rgb(133, 138, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 5%, 54%);
text
color: hsl(127, 5%, 54%);
border
border: 2px solid hsl(127, 5%, 54%);
gradient light
background: linear-gradient(to right, hsl(127, 5%, 74%), hsl(127, 5%, 54%));
gradient dark
background: linear-gradient(to right, hsl(127, 5%, 54%), hsl(127, 5%, 34%))
hex
background-color: #849085;
tailwind
bg-[hsl(127,5%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 5%, 54%, 0.4);
css variable
--color-primary: hsl(127, 5%, 54%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(127, 5%, 54%)?
HEX: #849085 | RGB: rgb(132, 144, 133) | CMYK: 8%, 0%, 8%, 44% | HSV: 125°, 8%, 56%. Copy any format from the conversion table above.
What colors go well with #849085?
The complementary color is HSL(307, 5%, 54%). 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, 5%, 54%) in CSS?
As HSL: color: hsl(127, 5%, 54%); — As HEX: color: #849085; — As RGB: color: rgb(132, 144, 133); — Tailwind CSS: bg-[hsl(127,5%,54%)] — CSS variable: --color-primary: hsl(127, 5%, 54%);