HSL(48, 10%, 54%)
Grayish Yellow — Yellow color
Adjust Color
Color Information
Color Name
Grayish Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(48,10%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 10%, 54%) | color: hsl(48, 10%, 54%) | |
| HEX | #95917E | color: #95917E | |
| RGB | rgb(149, 145, 126) | color: rgb(149, 145, 126) | |
| CMYK | cmyk(0%, 3%, 15%, 42%) | — | |
| HSV | hsv(50, 15%, 58%) | — | |
| HWB | hwb(50 49% 42%) | color: hwb(50 49% 42%) | |
| OKLCH | oklch(0.6547 0.0277 97.29) | color: oklch(0.6547 0.0277 97.29) | |
| Lab | lab(60.02 -1.92 10.62) | color: lab(60.02 -1.92 10.62) | |
| LCH | lch(60.02 10.79 100.25) | color: lch(60.02 10.79 100.25) |
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)
#939383 — rgb(147, 147, 131)
Deuteranopia (Green-blind)
#949484 — rgb(148, 148, 132)
Tritanopia (Blue-blind)
#958687 — rgb(149, 134, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 10%, 54%);
text
color: hsl(48, 10%, 54%);
border
border: 2px solid hsl(48, 10%, 54%);
gradient light
background: linear-gradient(to right, hsl(48, 10%, 74%), hsl(48, 10%, 54%));
gradient dark
background: linear-gradient(to right, hsl(48, 10%, 54%), hsl(48, 10%, 34%))
hex
background-color: #95917E;
tailwind
bg-[hsl(48,10%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 10%, 54%, 0.4);
css variable
--color-primary: hsl(48, 10%, 54%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 10%, 54%)?
HEX: #95917E | RGB: rgb(149, 145, 126) | CMYK: 0%, 3%, 15%, 42% | HSV: 50°, 15%, 58%. Copy any format from the conversion table above.
What colors go well with #95917E?
The complementary color is HSL(228, 10%, 54%). For a triadic harmony, use hues 48°, 168°, and 288°. For analogous combinations, try hues 18° and 78°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(48, 10%, 54%) in CSS?
As HSL: color: hsl(48, 10%, 54%); — As HEX: color: #95917E; — As RGB: color: rgb(149, 145, 126); — Tailwind CSS: bg-[hsl(48,10%,54%)] — CSS variable: --color-primary: hsl(48, 10%, 54%);