HSL(57, 22%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,22%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 22%, 63%) | color: hsl(57, 22%, 63%) | |
| HEX | #B5B38C | color: #B5B38C | |
| RGB | rgb(181, 179, 140) | color: rgb(181, 179, 140) | |
| CMYK | cmyk(0%, 1%, 23%, 29%) | — | |
| HSV | hsv(57, 23%, 71%) | — | |
| HWB | hwb(57 55% 29%) | color: hwb(57 55% 29%) | |
| OKLCH | oklch(0.7583 0.0533 105.16) | color: oklch(0.7583 0.0533 105.16) | |
| Lab | lab(72.2 -5.76 20.23) | color: lab(72.2 -5.76 20.23) | |
| LCH | lch(72.2 21.03 105.89) | color: lch(72.2 21.03 105.89) |
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)
#B4B495 — rgb(180, 180, 149)
Deuteranopia (Green-blind)
#B4B498 — rgb(180, 180, 152)
Tritanopia (Blue-blind)
#B59D9F — rgb(181, 157, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 22%, 63%);
text
color: hsl(57, 22%, 63%);
border
border: 2px solid hsl(57, 22%, 63%);
gradient light
background: linear-gradient(to right, hsl(57, 22%, 83%), hsl(57, 22%, 63%));
gradient dark
background: linear-gradient(to right, hsl(57, 22%, 63%), hsl(57, 22%, 43%))
hex
background-color: #B5B38C;
tailwind
bg-[hsl(57,22%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 22%, 63%, 0.4);
css variable
--color-primary: hsl(57, 22%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 22%, 63%)?
HEX: #B5B38C | RGB: rgb(181, 179, 140) | CMYK: 0%, 1%, 23%, 29% | HSV: 57°, 23%, 71%. Copy any format from the conversion table above.
What colors go well with #B5B38C?
The complementary color is HSL(237, 22%, 63%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 22%, 63%) in CSS?
As HSL: color: hsl(57, 22%, 63%); — As HEX: color: #B5B38C; — As RGB: color: rgb(181, 179, 140); — Tailwind CSS: bg-[hsl(57,22%,63%)] — CSS variable: --color-primary: hsl(57, 22%, 63%);