HSL(54, 16%, 63%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(54,16%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(54, 16%, 63%) | color: hsl(54, 16%, 63%) | |
| HEX | #B0AD92 | color: #B0AD92 | |
| RGB | rgb(176, 173, 146) | color: rgb(176, 173, 146) | |
| CMYK | cmyk(0%, 2%, 17%, 31%) | — | |
| HSV | hsv(54, 17%, 69%) | — | |
| HWB | hwb(54 57% 31%) | color: hwb(54 57% 31%) | |
| OKLCH | oklch(0.7428 0.0376 102.04) | color: oklch(0.7428 0.0376 102.04) | |
| Lab | lab(70.31 -3.57 14.28) | color: lab(70.31 -3.57 14.28) | |
| LCH | lch(70.31 14.72 104.04) | color: lch(70.31 14.72 104.04) |
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)
#AFAF99 — rgb(175, 175, 153)
Deuteranopia (Green-blind)
#AFAF9A — rgb(175, 175, 154)
Tritanopia (Blue-blind)
#B09E9F — rgb(176, 158, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(54, 16%, 63%);
text
color: hsl(54, 16%, 63%);
border
border: 2px solid hsl(54, 16%, 63%);
gradient light
background: linear-gradient(to right, hsl(54, 16%, 83%), hsl(54, 16%, 63%));
gradient dark
background: linear-gradient(to right, hsl(54, 16%, 63%), hsl(54, 16%, 43%))
hex
background-color: #B0AD92;
tailwind
bg-[hsl(54,16%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(54, 16%, 63%, 0.4);
css variable
--color-primary: hsl(54, 16%, 63%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(54, 16%, 63%)?
HEX: #B0AD92 | RGB: rgb(176, 173, 146) | CMYK: 0%, 2%, 17%, 31% | HSV: 54°, 17%, 69%. Copy any format from the conversion table above.
What colors go well with #B0AD92?
The complementary color is HSL(234, 16%, 63%). 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, 16%, 63%) in CSS?
As HSL: color: hsl(54, 16%, 63%); — As HEX: color: #B0AD92; — As RGB: color: rgb(176, 173, 146); — Tailwind CSS: bg-[hsl(54,16%,63%)] — CSS variable: --color-primary: hsl(54, 16%, 63%);