HSL(61, 82%, 25%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,82%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 82%, 25%) | color: hsl(61, 82%, 25%) | |
| HEX | #72740B | color: #72740B | |
| RGB | rgb(114, 116, 11) | color: rgb(114, 116, 11) | |
| CMYK | cmyk(2%, 0%, 91%, 55%) | — | |
| HSV | hsv(61, 91%, 45%) | — | |
| HWB | hwb(61 4% 55%) | color: hwb(61 4% 55%) | |
| OKLCH | oklch(0.5396 0.115 110.92) | color: oklch(0.5396 0.115 110.92) | |
| Lab | lab(47.1 -12.74 50.28) | color: lab(47.1 -12.74 50.28) | |
| LCH | lch(47.1 51.87 104.22) | color: lch(47.1 51.87 104.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)
#737324 — rgb(115, 115, 36)
Deuteranopia (Green-blind)
#73732B — rgb(115, 115, 43)
Tritanopia (Blue-blind)
#72383D — rgb(114, 56, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 82%, 25%);
text
color: hsl(61, 82%, 25%);
border
border: 2px solid hsl(61, 82%, 25%);
gradient light
background: linear-gradient(to right, hsl(61, 82%, 45%), hsl(61, 82%, 25%));
gradient dark
background: linear-gradient(to right, hsl(61, 82%, 25%), hsl(61, 82%, 5%))
hex
background-color: #72740B;
tailwind
bg-[hsl(61,82%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 82%, 25%, 0.4);
css variable
--color-primary: hsl(61, 82%, 25%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 82%, 25%)?
HEX: #72740B | RGB: rgb(114, 116, 11) | CMYK: 2%, 0%, 91%, 55% | HSV: 61°, 91%, 45%. Copy any format from the conversion table above.
What colors go well with #72740B?
The complementary color is HSL(241, 82%, 25%). 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, 82%, 25%) in CSS?
As HSL: color: hsl(61, 82%, 25%); — As HEX: color: #72740B; — As RGB: color: rgb(114, 116, 11); — Tailwind CSS: bg-[hsl(61,82%,25%)] — CSS variable: --color-primary: hsl(61, 82%, 25%);