HSL(61, 25%, 31%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,25%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 25%, 31%) | color: hsl(61, 25%, 31%) | |
| HEX | #62633B | color: #62633B | |
| RGB | rgb(98, 99, 59) | color: rgb(98, 99, 59) | |
| CMYK | cmyk(1%, 0%, 40%, 61%) | — | |
| HSV | hsv(62, 40%, 39%) | — | |
| HWB | hwb(62 23% 61%) | color: hwb(62 23% 61%) | |
| OKLCH | oklch(0.4885 0.0587 109.62) | color: oklch(0.4885 0.0587 109.62) | |
| Lab | lab(40.95 -7.2 22.6) | color: lab(40.95 -7.2 22.6) | |
| LCH | lch(40.95 23.72 107.67) | color: lch(40.95 23.72 107.67) |
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)
#626245 — rgb(98, 98, 69)
Deuteranopia (Green-blind)
#626247 — rgb(98, 98, 71)
Tritanopia (Blue-blind)
#624C4E — rgb(98, 76, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 25%, 31%);
text
color: hsl(61, 25%, 31%);
border
border: 2px solid hsl(61, 25%, 31%);
gradient light
background: linear-gradient(to right, hsl(61, 25%, 51%), hsl(61, 25%, 31%));
gradient dark
background: linear-gradient(to right, hsl(61, 25%, 31%), hsl(61, 25%, 11%))
hex
background-color: #62633B;
tailwind
bg-[hsl(61,25%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 25%, 31%, 0.4);
css variable
--color-primary: hsl(61, 25%, 31%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 25%, 31%)?
HEX: #62633B | RGB: rgb(98, 99, 59) | CMYK: 1%, 0%, 40%, 61% | HSV: 62°, 40%, 39%. Copy any format from the conversion table above.
What colors go well with #62633B?
The complementary color is HSL(241, 25%, 31%). 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%, 31%) in CSS?
As HSL: color: hsl(61, 25%, 31%); — As HEX: color: #62633B; — As RGB: color: rgb(98, 99, 59); — Tailwind CSS: bg-[hsl(61,25%,31%)] — CSS variable: --color-primary: hsl(61, 25%, 31%);