HSL(2, 14%, 54%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(2,14%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 14%, 54%) | color: hsl(2, 14%, 54%) | |
| HEX | #9A7A79 | color: #9A7A79 | |
| RGB | rgb(154, 122, 121) | color: rgb(154, 122, 121) | |
| CMYK | cmyk(0%, 21%, 21%, 40%) | — | |
| HSV | hsv(2, 21%, 60%) | — | |
| HWB | hwb(2 47% 40%) | color: hwb(2 47% 40%) | |
| OKLCH | oklch(0.6099 0.0401 20.4) | color: oklch(0.6099 0.0401 20.4) | |
| Lab | lab(54.21 12.25 5.28) | color: lab(54.21 12.25 5.28) | |
| LCH | lch(54.21 13.34 23.32) | color: lch(54.21 13.34 23.32) |
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)
#8C8C79 — rgb(140, 140, 121)
Deuteranopia (Green-blind)
#8E9079 — rgb(142, 144, 121)
Tritanopia (Blue-blind)
#987979 — rgb(152, 121, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 14%, 54%);
text
color: hsl(2, 14%, 54%);
border
border: 2px solid hsl(2, 14%, 54%);
gradient light
background: linear-gradient(to right, hsl(2, 14%, 74%), hsl(2, 14%, 54%));
gradient dark
background: linear-gradient(to right, hsl(2, 14%, 54%), hsl(2, 14%, 34%))
hex
background-color: #9A7A79;
tailwind
bg-[hsl(2,14%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 14%, 54%, 0.4);
css variable
--color-primary: hsl(2, 14%, 54%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(2, 14%, 54%)?
HEX: #9A7A79 | RGB: rgb(154, 122, 121) | CMYK: 0%, 21%, 21%, 40% | HSV: 2°, 21%, 60%. Copy any format from the conversion table above.
What colors go well with #9A7A79?
The complementary color is HSL(182, 14%, 54%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 14%, 54%) in CSS?
As HSL: color: hsl(2, 14%, 54%); — As HEX: color: #9A7A79; — As RGB: color: rgb(154, 122, 121); — Tailwind CSS: bg-[hsl(2,14%,54%)] — CSS variable: --color-primary: hsl(2, 14%, 54%);