HSL(50, 14%, 30%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(50,14%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 14%, 30%) | color: hsl(50, 14%, 30%) | |
| HEX | #575442 | color: #575442 | |
| RGB | rgb(87, 84, 66) | color: rgb(87, 84, 66) | |
| CMYK | cmyk(0%, 3%, 24%, 66%) | — | |
| HSV | hsv(51, 24%, 34%) | — | |
| HWB | hwb(51 26% 66%) | color: hwb(51 26% 66%) | |
| OKLCH | oklch(0.4434 0.0284 99.57) | color: oklch(0.4434 0.0284 99.57) | |
| Lab | lab(35.52 -2.18 10.99) | color: lab(35.52 -2.18 10.99) | |
| LCH | lch(35.52 11.2 101.22) | color: lch(35.52 11.2 101.22) |
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)
#565646 — rgb(86, 86, 70)
Deuteranopia (Green-blind)
#565647 — rgb(86, 86, 71)
Tritanopia (Blue-blind)
#574A4B — rgb(87, 74, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 14%, 30%);
text
color: hsl(50, 14%, 30%);
border
border: 2px solid hsl(50, 14%, 30%);
gradient light
background: linear-gradient(to right, hsl(50, 14%, 50%), hsl(50, 14%, 30%));
gradient dark
background: linear-gradient(to right, hsl(50, 14%, 30%), hsl(50, 14%, 10%))
hex
background-color: #575442;
tailwind
bg-[hsl(50,14%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 14%, 30%, 0.4);
css variable
--color-primary: hsl(50, 14%, 30%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 14%, 30%)?
HEX: #575442 | RGB: rgb(87, 84, 66) | CMYK: 0%, 3%, 24%, 66% | HSV: 51°, 24%, 34%. Copy any format from the conversion table above.
What colors go well with #575442?
The complementary color is HSL(230, 14%, 30%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 14%, 30%) in CSS?
As HSL: color: hsl(50, 14%, 30%); — As HEX: color: #575442; — As RGB: color: rgb(87, 84, 66); — Tailwind CSS: bg-[hsl(50,14%,30%)] — CSS variable: --color-primary: hsl(50, 14%, 30%);