HSL(55, 60%, 28%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 60%, 28%) | color: hsl(55, 60%, 28%) | |
| HEX | #726B1D | color: #726B1D | |
| RGB | rgb(114, 107, 29) | color: rgb(114, 107, 29) | |
| CMYK | cmyk(0%, 6%, 75%, 55%) | — | |
| HSV | hsv(55, 75%, 45%) | — | |
| HWB | hwb(55 11% 55%) | color: hwb(55 11% 55%) | |
| OKLCH | oklch(0.5191 0.0967 104.13) | color: oklch(0.5191 0.0967 104.13) | |
| Lab | lab(44.49 -7.02 42.29) | color: lab(44.49 -7.02 42.29) | |
| LCH | lch(44.49 42.87 99.42) | color: lch(44.49 42.87 99.42) |
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)
#6F6F30 — rgb(111, 111, 48)
Deuteranopia (Green-blind)
#6F7034 — rgb(111, 112, 52)
Tritanopia (Blue-blind)
#723F42 — rgb(114, 63, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 60%, 28%);
text
color: hsl(55, 60%, 28%);
border
border: 2px solid hsl(55, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(55, 60%, 48%), hsl(55, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(55, 60%, 28%), hsl(55, 60%, 8%))
hex
background-color: #726B1D;
tailwind
bg-[hsl(55,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 60%, 28%, 0.4);
css variable
--color-primary: hsl(55, 60%, 28%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 60%, 28%)?
HEX: #726B1D | RGB: rgb(114, 107, 29) | CMYK: 0%, 6%, 75%, 55% | HSV: 55°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #726B1D?
The complementary color is HSL(235, 60%, 28%). 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, 60%, 28%) in CSS?
As HSL: color: hsl(55, 60%, 28%); — As HEX: color: #726B1D; — As RGB: color: rgb(114, 107, 29); — Tailwind CSS: bg-[hsl(55,60%,28%)] — CSS variable: --color-primary: hsl(55, 60%, 28%);