HSL(61, 25%, 41%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 25%, 41%) | color: hsl(61, 25%, 41%) | |
| HEX | #82834E | color: #82834E | |
| RGB | rgb(130, 131, 78) | color: rgb(130, 131, 78) | |
| CMYK | cmyk(1%, 0%, 40%, 49%) | — | |
| HSV | hsv(61, 40%, 51%) | — | |
| HWB | hwb(61 31% 49%) | color: hwb(61 31% 49%) | |
| OKLCH | oklch(0.5962 0.0736 109.37) | color: oklch(0.5962 0.0736 109.37) | |
| Lab | lab(53.52 -8.88 28.51) | color: lab(53.52 -8.88 28.51) | |
| LCH | lch(53.52 29.86 107.3) | color: lch(53.52 29.86 107.3) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#82825B — rgb(130, 130, 91)
Deuteranopia (Green-blind)
#82825E — rgb(130, 130, 94)
Tritanopia (Blue-blind)
#826567 — rgb(130, 101, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 25%, 41%);
text
color: hsl(61, 25%, 41%);
border
border: 2px solid hsl(61, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(61, 25%, 61%), hsl(61, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(61, 25%, 41%), hsl(61, 25%, 21%))
hex
background-color: #82834E;
tailwind
bg-[hsl(61,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 25%, 41%, 0.4);
css variable
--color-primary: hsl(61, 25%, 41%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 25%, 41%)?
HEX: #82834E | RGB: rgb(130, 131, 78) | CMYK: 1%, 0%, 40%, 49% | HSV: 61°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #82834E?
The complementary color is HSL(241, 25%, 41%). 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, 25%, 41%) in CSS?
As HSL: color: hsl(61, 25%, 41%); — As HEX: color: #82834E; — As RGB: color: rgb(130, 131, 78); — Tailwind CSS: bg-[hsl(61,25%,41%)] — CSS variable: --color-primary: hsl(61, 25%, 41%);