HSL(60, 40%, 19%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
3500K
CSS Class
bg-[hsl(60,40%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(60, 40%, 19%) | color: hsl(60, 40%, 19%) | |
| HEX | #44441D | color: #44441D | |
| RGB | rgb(68, 68, 29) | color: rgb(68, 68, 29) | |
| CMYK | cmyk(0%, 0%, 57%, 73%) | — | |
| HSV | hsv(60, 57%, 27%) | — | |
| HWB | hwb(60 12% 73%) | color: hwb(60 12% 73%) | |
| OKLCH | oklch(0.377 0.0581 108.89) | color: oklch(0.377 0.0581 108.89) | |
| Lab | lab(27.99 -6.42 23.35) | color: lab(27.99 -6.42 23.35) | |
| LCH | lch(27.99 24.22 105.37) | color: lch(27.99 24.22 105.37) |
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)
#444426 — rgb(68, 68, 38)
Deuteranopia (Green-blind)
#444429 — rgb(68, 68, 41)
Tritanopia (Blue-blind)
#442E30 — rgb(68, 46, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(60, 40%, 19%);
text
color: hsl(60, 40%, 19%);
border
border: 2px solid hsl(60, 40%, 19%);
gradient light
background: linear-gradient(to right, hsl(60, 40%, 39%), hsl(60, 40%, 19%));
gradient dark
background: linear-gradient(to right, hsl(60, 40%, 19%), hsl(60, 40%, 0%))
hex
background-color: #44441D;
tailwind
bg-[hsl(60,40%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(60, 40%, 19%, 0.4);
css variable
--color-primary: hsl(60, 40%, 19%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(60, 40%, 19%)?
HEX: #44441D | RGB: rgb(68, 68, 29) | CMYK: 0%, 0%, 57%, 73% | HSV: 60°, 57%, 27%. Copy any format from the conversion table above.
What colors go well with #44441D?
The complementary color is HSL(240, 40%, 19%). For a triadic harmony, use hues 60°, 180°, and 300°. For analogous combinations, try hues 30° and 90°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(60, 40%, 19%) in CSS?
As HSL: color: hsl(60, 40%, 19%); — As HEX: color: #44441D; — As RGB: color: rgb(68, 68, 29); — Tailwind CSS: bg-[hsl(60,40%,19%)] — CSS variable: --color-primary: hsl(60, 40%, 19%);