HSL(54, 79%, 26%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(54,79%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 79%, 26%) | color: hsl(54, 79%, 26%) | |
| HEX | #776C0E | color: #776C0E | |
| RGB | rgb(119, 108, 14) | color: rgb(119, 108, 14) | |
| CMYK | cmyk(0%, 9%, 88%, 53%) | — | |
| HSV | hsv(54, 88%, 47%) | — | |
| HWB | hwb(54 6% 53%) | color: hwb(54 6% 53%) | |
| OKLCH | oklch(0.5255 0.1054 101.99) | color: oklch(0.5255 0.1054 101.99) | |
| Lab | lab(45.19 -5.81 48.2) | color: lab(45.19 -5.81 48.2) | |
| LCH | lch(45.19 48.55 96.87) | color: lch(45.19 48.55 96.87) |
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)
#727225 — rgb(114, 114, 37)
Deuteranopia (Green-blind)
#73742A — rgb(115, 116, 42)
Tritanopia (Blue-blind)
#76373B — rgb(118, 55, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 79%, 26%);
text
color: hsl(54, 79%, 26%);
border
border: 2px solid hsl(54, 79%, 26%);
gradient light
background: linear-gradient(to right, hsl(54, 79%, 46%), hsl(54, 79%, 26%));
gradient dark
background: linear-gradient(to right, hsl(54, 79%, 26%), hsl(54, 79%, 6%))
hex
background-color: #776C0E;
tailwind
bg-[hsl(54,79%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 79%, 26%, 0.4);
css variable
--color-primary: hsl(54, 79%, 26%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 79%, 26%)?
HEX: #776C0E | RGB: rgb(119, 108, 14) | CMYK: 0%, 9%, 88%, 53% | HSV: 54°, 88%, 47%. Copy any format from the conversion table above.
What colors go well with #776C0E?
The complementary color is HSL(234, 79%, 26%). For a triadic harmony, use hues 54°, 174°, and 294°. For analogous combinations, try hues 24° and 84°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(54, 79%, 26%) in CSS?
As HSL: color: hsl(54, 79%, 26%); — As HEX: color: #776C0E; — As RGB: color: rgb(119, 108, 14); — Tailwind CSS: bg-[hsl(54,79%,26%)] — CSS variable: --color-primary: hsl(54, 79%, 26%);