HSL(55, 65%, 29%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,65%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 65%, 29%) | color: hsl(55, 65%, 29%) | |
| HEX | #7A721A | color: #7A721A | |
| RGB | rgb(122, 114, 26) | color: rgb(122, 114, 26) | |
| CMYK | cmyk(0%, 7%, 79%, 52%) | — | |
| HSV | hsv(55, 79%, 48%) | — | |
| HWB | hwb(55 10% 52%) | color: hwb(55 10% 52%) | |
| OKLCH | oklch(0.5432 0.1046 103.98) | color: oklch(0.5432 0.1046 103.98) | |
| Lab | lab(47.3 -7.33 46.38) | color: lab(47.3 -7.33 46.38) | |
| LCH | lch(47.3 46.96 98.98) | color: lch(47.3 46.96 98.98) |
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)
#77762F — rgb(119, 118, 47)
Deuteranopia (Green-blind)
#777834 — rgb(119, 120, 52)
Tritanopia (Blue-blind)
#7A4044 — rgb(122, 64, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 65%, 29%);
text
color: hsl(55, 65%, 29%);
border
border: 2px solid hsl(55, 65%, 29%);
gradient light
background: linear-gradient(to right, hsl(55, 65%, 49%), hsl(55, 65%, 29%));
gradient dark
background: linear-gradient(to right, hsl(55, 65%, 29%), hsl(55, 65%, 9%))
hex
background-color: #7A721A;
tailwind
bg-[hsl(55,65%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 65%, 29%, 0.4);
css variable
--color-primary: hsl(55, 65%, 29%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 65%, 29%)?
HEX: #7A721A | RGB: rgb(122, 114, 26) | CMYK: 0%, 7%, 79%, 52% | HSV: 55°, 79%, 48%. Copy any format from the conversion table above.
What colors go well with #7A721A?
The complementary color is HSL(235, 65%, 29%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 65%, 29%) in CSS?
As HSL: color: hsl(55, 65%, 29%); — As HEX: color: #7A721A; — As RGB: color: rgb(122, 114, 26); — Tailwind CSS: bg-[hsl(55,65%,29%)] — CSS variable: --color-primary: hsl(55, 65%, 29%);