HSL(61, 19%, 20%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(61,19%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 19%, 20%) | color: hsl(61, 19%, 20%) | |
| HEX | #3C3D29 | color: #3C3D29 | |
| RGB | rgb(60, 61, 41) | color: rgb(60, 61, 41) | |
| CMYK | cmyk(2%, 0%, 33%, 76%) | — | |
| HSV | hsv(63, 33%, 24%) | — | |
| HWB | hwb(63 16% 76%) | color: hwb(63 16% 76%) | |
| OKLCH | oklch(0.353 0.0327 110.36) | color: oklch(0.353 0.0327 110.36) | |
| Lab | lab(25.13 -4.36 12.23) | color: lab(25.13 -4.36 12.23) | |
| LCH | lch(25.13 12.98 109.62) | color: lch(25.13 12.98 109.62) |
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)
#3C3C2E — rgb(60, 60, 46)
Deuteranopia (Green-blind)
#3C3C2F — rgb(60, 60, 47)
Tritanopia (Blue-blind)
#3C3233 — rgb(60, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 19%, 20%);
text
color: hsl(61, 19%, 20%);
border
border: 2px solid hsl(61, 19%, 20%);
gradient light
background: linear-gradient(to right, hsl(61, 19%, 40%), hsl(61, 19%, 20%));
gradient dark
background: linear-gradient(to right, hsl(61, 19%, 20%), hsl(61, 19%, 0%))
hex
background-color: #3C3D29;
tailwind
bg-[hsl(61,19%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 19%, 20%, 0.4);
css variable
--color-primary: hsl(61, 19%, 20%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 19%, 20%)?
HEX: #3C3D29 | RGB: rgb(60, 61, 41) | CMYK: 2%, 0%, 33%, 76% | HSV: 63°, 33%, 24%. Copy any format from the conversion table above.
What colors go well with #3C3D29?
The complementary color is HSL(241, 19%, 20%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 19%, 20%) in CSS?
As HSL: color: hsl(61, 19%, 20%); — As HEX: color: #3C3D29; — As RGB: color: rgb(60, 61, 41); — Tailwind CSS: bg-[hsl(61,19%,20%)] — CSS variable: --color-primary: hsl(61, 19%, 20%);