HSL(53, 16%, 65%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(53,16%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 16%, 65%) | color: hsl(53, 16%, 65%) | |
| HEX | #B4B197 | color: #B4B197 | |
| RGB | rgb(180, 177, 151) | color: rgb(180, 177, 151) | |
| CMYK | cmyk(0%, 2%, 16%, 29%) | — | |
| HSV | hsv(54, 16%, 71%) | — | |
| HWB | hwb(54 60% 29%) | color: hwb(54 60% 29%) | |
| OKLCH | oklch(0.7558 0.0361 101.8) | color: oklch(0.7558 0.0361 101.8) | |
| Lab | lab(71.81 -3.41 13.71) | color: lab(71.81 -3.41 13.71) | |
| LCH | lch(71.81 14.13 103.97) | color: lch(71.81 14.13 103.97) |
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)
#B3B39D — rgb(179, 179, 157)
Deuteranopia (Green-blind)
#B3B39F — rgb(179, 179, 159)
Tritanopia (Blue-blind)
#B4A2A3 — rgb(180, 162, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 16%, 65%);
text
color: hsl(53, 16%, 65%);
border
border: 2px solid hsl(53, 16%, 65%);
gradient light
background: linear-gradient(to right, hsl(53, 16%, 85%), hsl(53, 16%, 65%));
gradient dark
background: linear-gradient(to right, hsl(53, 16%, 65%), hsl(53, 16%, 45%))
hex
background-color: #B4B197;
tailwind
bg-[hsl(53,16%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 16%, 65%, 0.4);
css variable
--color-primary: hsl(53, 16%, 65%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 16%, 65%)?
HEX: #B4B197 | RGB: rgb(180, 177, 151) | CMYK: 0%, 2%, 16%, 29% | HSV: 54°, 16%, 71%. Copy any format from the conversion table above.
What colors go well with #B4B197?
The complementary color is HSL(233, 16%, 65%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 16%, 65%) in CSS?
As HSL: color: hsl(53, 16%, 65%); — As HEX: color: #B4B197; — As RGB: color: rgb(180, 177, 151); — Tailwind CSS: bg-[hsl(53,16%,65%)] — CSS variable: --color-primary: hsl(53, 16%, 65%);