HSL(55, 30%, 34%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,30%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 30%, 34%) | color: hsl(55, 30%, 34%) | |
| HEX | #716C3D | color: #716C3D | |
| RGB | rgb(113, 108, 61) | color: rgb(113, 108, 61) | |
| CMYK | cmyk(0%, 4%, 46%, 56%) | — | |
| HSV | hsv(54, 46%, 44%) | — | |
| HWB | hwb(54 24% 56%) | color: hwb(54 24% 56%) | |
| OKLCH | oklch(0.5244 0.0667 103.11) | color: oklch(0.5244 0.0667 103.11) | |
| Lab | lab(45.04 -5.4 26.92) | color: lab(45.04 -5.4 26.92) | |
| LCH | lch(45.04 27.46 101.34) | color: lch(45.04 27.46 101.34) |
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)
#6F6F48 — rgb(111, 111, 72)
Deuteranopia (Green-blind)
#6F704B — rgb(111, 112, 75)
Tritanopia (Blue-blind)
#715153 — rgb(113, 81, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 30%, 34%);
text
color: hsl(55, 30%, 34%);
border
border: 2px solid hsl(55, 30%, 34%);
gradient light
background: linear-gradient(to right, hsl(55, 30%, 54%), hsl(55, 30%, 34%));
gradient dark
background: linear-gradient(to right, hsl(55, 30%, 34%), hsl(55, 30%, 14%))
hex
background-color: #716C3D;
tailwind
bg-[hsl(55,30%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 30%, 34%, 0.4);
css variable
--color-primary: hsl(55, 30%, 34%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 30%, 34%)?
HEX: #716C3D | RGB: rgb(113, 108, 61) | CMYK: 0%, 4%, 46%, 56% | HSV: 54°, 46%, 44%. Copy any format from the conversion table above.
What colors go well with #716C3D?
The complementary color is HSL(235, 30%, 34%). 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, 30%, 34%) in CSS?
As HSL: color: hsl(55, 30%, 34%); — As HEX: color: #716C3D; — As RGB: color: rgb(113, 108, 61); — Tailwind CSS: bg-[hsl(55,30%,34%)] — CSS variable: --color-primary: hsl(55, 30%, 34%);