HSL(62, 10%, 32%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(62,10%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 10%, 32%) | color: hsl(62, 10%, 32%) | |
| HEX | #595A49 | color: #595A49 | |
| RGB | rgb(89, 90, 73) | color: rgb(89, 90, 73) | |
| CMYK | cmyk(1%, 0%, 19%, 65%) | — | |
| HSV | hsv(64, 19%, 35%) | — | |
| HWB | hwb(64 28% 65%) | color: hwb(64 28% 65%) | |
| OKLCH | oklch(0.4615 0.0266 110.16) | color: oklch(0.4615 0.0266 110.16) | |
| Lab | lab(37.69 -3.72 9.71) | color: lab(37.69 -3.72 9.71) | |
| LCH | lch(37.69 10.4 110.96) | color: lch(37.69 10.4 110.96) |
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)
#59594D — rgb(89, 89, 77)
Deuteranopia (Green-blind)
#59594E — rgb(89, 89, 78)
Tritanopia (Blue-blind)
#595051 — rgb(89, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 10%, 32%);
text
color: hsl(62, 10%, 32%);
border
border: 2px solid hsl(62, 10%, 32%);
gradient light
background: linear-gradient(to right, hsl(62, 10%, 52%), hsl(62, 10%, 32%));
gradient dark
background: linear-gradient(to right, hsl(62, 10%, 32%), hsl(62, 10%, 12%))
hex
background-color: #595A49;
tailwind
bg-[hsl(62,10%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 10%, 32%, 0.4);
css variable
--color-primary: hsl(62, 10%, 32%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 10%, 32%)?
HEX: #595A49 | RGB: rgb(89, 90, 73) | CMYK: 1%, 0%, 19%, 65% | HSV: 64°, 19%, 35%. Copy any format from the conversion table above.
What colors go well with #595A49?
The complementary color is HSL(242, 10%, 32%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 10%, 32%) in CSS?
As HSL: color: hsl(62, 10%, 32%); — As HEX: color: #595A49; — As RGB: color: rgb(89, 90, 73); — Tailwind CSS: bg-[hsl(62,10%,32%)] — CSS variable: --color-primary: hsl(62, 10%, 32%);