HSL(51, 58%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(51,58%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 58%, 29%) | color: hsl(51, 58%, 29%) | |
| HEX | #75681F | color: #75681F | |
| RGB | rgb(117, 104, 31) | color: rgb(117, 104, 31) | |
| CMYK | cmyk(0%, 11%, 74%, 54%) | — | |
| HSV | hsv(51, 74%, 46%) | — | |
| HWB | hwb(51 12% 54%) | color: hwb(51 12% 54%) | |
| OKLCH | oklch(0.5153 0.0924 98.93) | color: oklch(0.5153 0.0924 98.93) | |
| Lab | lab(43.92 -3.77 40.98) | color: lab(43.92 -3.77 40.98) | |
| LCH | lch(43.92 41.15 95.26) | color: lch(43.92 41.15 95.26) |
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)
#6F6F31 — rgb(111, 111, 49)
Deuteranopia (Green-blind)
#707135 — rgb(112, 113, 53)
Tritanopia (Blue-blind)
#743F42 — rgb(116, 63, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 58%, 29%);
text
color: hsl(51, 58%, 29%);
border
border: 2px solid hsl(51, 58%, 29%);
gradient light
background: linear-gradient(to right, hsl(51, 58%, 49%), hsl(51, 58%, 29%));
gradient dark
background: linear-gradient(to right, hsl(51, 58%, 29%), hsl(51, 58%, 9%))
hex
background-color: #75681F;
tailwind
bg-[hsl(51,58%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 58%, 29%, 0.4);
css variable
--color-primary: hsl(51, 58%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 58%, 29%)?
HEX: #75681F | RGB: rgb(117, 104, 31) | CMYK: 0%, 11%, 74%, 54% | HSV: 51°, 74%, 46%. Copy any format from the conversion table above.
What colors go well with #75681F?
The complementary color is HSL(231, 58%, 29%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 58%, 29%) in CSS?
As HSL: color: hsl(51, 58%, 29%); — As HEX: color: #75681F; — As RGB: color: rgb(117, 104, 31); — Tailwind CSS: bg-[hsl(51,58%,29%)] — CSS variable: --color-primary: hsl(51, 58%, 29%);