HSL(8, 10%, 37%)
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(8,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 10%, 37%) | color: hsl(8, 10%, 37%) | |
| HEX | #685755 | color: #685755 | |
| RGB | rgb(104, 87, 85) | color: rgb(104, 87, 85) | |
| CMYK | cmyk(0%, 16%, 18%, 59%) | — | |
| HSV | hsv(6, 18%, 41%) | — | |
| HWB | hwb(6 34% 59%) | color: hwb(6 34% 59%) | |
| OKLCH | oklch(0.473 0.0227 25.89) | color: oklch(0.473 0.0227 25.89) | |
| Lab | lab(38.58 6.6 3.76) | color: lab(38.58 6.6 3.76) | |
| LCH | lch(38.58 7.6 29.67) | color: lch(38.58 7.6 29.67) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#616055 — rgb(97, 96, 85)
Deuteranopia (Green-blind)
#626356 — rgb(98, 99, 86)
Tritanopia (Blue-blind)
#675656 — rgb(103, 86, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 10%, 37%);
text
color: hsl(8, 10%, 37%);
border
border: 2px solid hsl(8, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(8, 10%, 57%), hsl(8, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(8, 10%, 37%), hsl(8, 10%, 17%))
hex
background-color: #685755;
tailwind
bg-[hsl(8,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 10%, 37%, 0.4);
css variable
--color-primary: hsl(8, 10%, 37%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(8, 10%, 37%)?
HEX: #685755 | RGB: rgb(104, 87, 85) | CMYK: 0%, 16%, 18%, 59% | HSV: 6°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #685755?
The complementary color is HSL(188, 10%, 37%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 10%, 37%) in CSS?
As HSL: color: hsl(8, 10%, 37%); — As HEX: color: #685755; — As RGB: color: rgb(104, 87, 85); — Tailwind CSS: bg-[hsl(8,10%,37%)] — CSS variable: --color-primary: hsl(8, 10%, 37%);