HSL(59, 35%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,35%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 35%, 33%) | color: hsl(59, 35%, 33%) | |
| HEX | #727137 | color: #727137 | |
| RGB | rgb(114, 113, 55) | color: rgb(114, 113, 55) | |
| CMYK | cmyk(0%, 1%, 52%, 55%) | — | |
| HSV | hsv(59, 52%, 45%) | — | |
| HWB | hwb(59 22% 55%) | color: hwb(59 22% 55%) | |
| OKLCH | oklch(0.5361 0.0796 107.92) | color: oklch(0.5361 0.0796 107.92) | |
| Lab | lab(46.53 -8.43 32.03) | color: lab(46.53 -8.43 32.03) | |
| LCH | lch(46.53 33.12 104.75) | color: lch(46.53 33.12 104.75) |
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)
#727245 — rgb(114, 114, 69)
Deuteranopia (Green-blind)
#727248 — rgb(114, 114, 72)
Tritanopia (Blue-blind)
#725053 — rgb(114, 80, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 35%, 33%);
text
color: hsl(59, 35%, 33%);
border
border: 2px solid hsl(59, 35%, 33%);
gradient light
background: linear-gradient(to right, hsl(59, 35%, 53%), hsl(59, 35%, 33%));
gradient dark
background: linear-gradient(to right, hsl(59, 35%, 33%), hsl(59, 35%, 13%))
hex
background-color: #727137;
tailwind
bg-[hsl(59,35%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 35%, 33%, 0.4);
css variable
--color-primary: hsl(59, 35%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 35%, 33%)?
HEX: #727137 | RGB: rgb(114, 113, 55) | CMYK: 0%, 1%, 52%, 55% | HSV: 59°, 52%, 45%. Copy any format from the conversion table above.
What colors go well with #727137?
The complementary color is HSL(239, 35%, 33%). For a triadic harmony, use hues 59°, 179°, and 299°. For analogous combinations, try hues 29° and 89°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(59, 35%, 33%) in CSS?
As HSL: color: hsl(59, 35%, 33%); — As HEX: color: #727137; — As RGB: color: rgb(114, 113, 55); — Tailwind CSS: bg-[hsl(59,35%,33%)] — CSS variable: --color-primary: hsl(59, 35%, 33%);