HSL(21, 12%, 36%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(21,12%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 12%, 36%) | color: hsl(21, 12%, 36%) | |
| HEX | #675851 | color: #675851 | |
| RGB | rgb(103, 88, 81) | color: rgb(103, 88, 81) | |
| CMYK | cmyk(0%, 15%, 21%, 60%) | — | |
| HSV | hsv(19, 21%, 40%) | — | |
| HWB | hwb(19 32% 60%) | color: hwb(19 32% 60%) | |
| OKLCH | oklch(0.473 0.0227 46.54) | color: oklch(0.473 0.0227 46.54) | |
| Lab | lab(38.65 4.87 6.32) | color: lab(38.65 4.87 6.32) | |
| LCH | lch(38.65 7.98 52.38) | color: lch(38.65 7.98 52.38) |
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)
#616053 — rgb(97, 96, 83)
Deuteranopia (Green-blind)
#616353 — rgb(97, 99, 83)
Tritanopia (Blue-blind)
#665454 — rgb(102, 84, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 12%, 36%);
text
color: hsl(21, 12%, 36%);
border
border: 2px solid hsl(21, 12%, 36%);
gradient light
background: linear-gradient(to right, hsl(21, 12%, 56%), hsl(21, 12%, 36%));
gradient dark
background: linear-gradient(to right, hsl(21, 12%, 36%), hsl(21, 12%, 16%))
hex
background-color: #675851;
tailwind
bg-[hsl(21,12%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 12%, 36%, 0.4);
css variable
--color-primary: hsl(21, 12%, 36%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 12%, 36%)?
HEX: #675851 | RGB: rgb(103, 88, 81) | CMYK: 0%, 15%, 21%, 60% | HSV: 19°, 21%, 40%. Copy any format from the conversion table above.
What colors go well with #675851?
The complementary color is HSL(201, 12%, 36%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 12%, 36%) in CSS?
As HSL: color: hsl(21, 12%, 36%); — As HEX: color: #675851; — As RGB: color: rgb(103, 88, 81); — Tailwind CSS: bg-[hsl(21,12%,36%)] — CSS variable: --color-primary: hsl(21, 12%, 36%);