HSL(48, 10%, 46%)
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%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(48, 10%, 46%) | color: hsl(48, 10%, 46%) | |
| HEX | #817C6A | color: #817C6A | |
| RGB | rgb(129, 124, 106) | color: rgb(129, 124, 106) | |
| CMYK | cmyk(0%, 4%, 18%, 49%) | — | |
| HSV | hsv(47, 18%, 51%) | — | |
| HWB | hwb(47 42% 49%) | color: hwb(47 42% 49%) | |
| OKLCH | oklch(0.5855 0.0272 94.24) | color: oklch(0.5855 0.0272 94.24) | |
| Lab | lab(51.98 -1.36 10.52) | color: lab(51.98 -1.36 10.52) | |
| LCH | lch(51.98 10.61 97.37) | color: lch(51.98 10.61 97.37) |
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)
#7F7F6E — rgb(127, 127, 110)
Deuteranopia (Green-blind)
#7F806F — rgb(127, 128, 111)
Tritanopia (Blue-blind)
#817273 — rgb(129, 114, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(48, 10%, 46%);
text
color: hsl(48, 10%, 46%);
border
border: 2px solid hsl(48, 10%, 46%);
gradient light
background: linear-gradient(to right, hsl(48, 10%, 66%), hsl(48, 10%, 46%));
gradient dark
background: linear-gradient(to right, hsl(48, 10%, 46%), hsl(48, 10%, 26%))
hex
background-color: #817C6A;
tailwind
bg-[hsl(48,10%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(48, 10%, 46%, 0.4);
css variable
--color-primary: hsl(48, 10%, 46%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(48, 10%, 46%)?
HEX: #817C6A | RGB: rgb(129, 124, 106) | CMYK: 0%, 4%, 18%, 49% | HSV: 47°, 18%, 51%. Copy any format from the conversion table above.
What colors go well with #817C6A?
The complementary color is HSL(228, 10%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(48, 10%, 46%); — As HEX: color: #817C6A; — As RGB: color: rgb(129, 124, 106); — Tailwind CSS: bg-[hsl(48,10%,46%)] — CSS variable: --color-primary: hsl(48, 10%, 46%);