HSL(51, 52%, 44%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(51,52%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 52%, 44%) | color: hsl(51, 52%, 44%) | |
| HEX | #AB9936 | color: #AB9936 | |
| RGB | rgb(171, 153, 54) | color: rgb(171, 153, 54) | |
| CMYK | cmyk(0%, 11%, 68%, 33%) | — | |
| HSV | hsv(51, 68%, 67%) | — | |
| HWB | hwb(51 21% 33%) | color: hwb(51 21% 33%) | |
| OKLCH | oklch(0.6802 0.119 98.83) | color: oklch(0.6802 0.119 98.83) | |
| Lab | lab(63.1 -4.91 52.3) | color: lab(63.1 -4.91 52.3) | |
| LCH | lch(63.1 52.53 95.36) | color: lch(63.1 52.53 95.36) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A3A34E — rgb(163, 163, 78)
Deuteranopia (Green-blind)
#A4A654 — rgb(164, 166, 84)
Tritanopia (Blue-blind)
#AA6165 — rgb(170, 97, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 52%, 44%);
text
color: hsl(51, 52%, 44%);
border
border: 2px solid hsl(51, 52%, 44%);
gradient light
background: linear-gradient(to right, hsl(51, 52%, 64%), hsl(51, 52%, 44%));
gradient dark
background: linear-gradient(to right, hsl(51, 52%, 44%), hsl(51, 52%, 24%))
hex
background-color: #AB9936;
tailwind
bg-[hsl(51,52%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 52%, 44%, 0.4);
css variable
--color-primary: hsl(51, 52%, 44%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 52%, 44%)?
HEX: #AB9936 | RGB: rgb(171, 153, 54) | CMYK: 0%, 11%, 68%, 33% | HSV: 51°, 68%, 67%. Copy any format from the conversion table above.
What colors go well with #AB9936?
The complementary color is HSL(231, 52%, 44%). 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, 52%, 44%) in CSS?
As HSL: color: hsl(51, 52%, 44%); — As HEX: color: #AB9936; — As RGB: color: rgb(171, 153, 54); — Tailwind CSS: bg-[hsl(51,52%,44%)] — CSS variable: --color-primary: hsl(51, 52%, 44%);