HSL(46, 11%, 37%)
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(46,11%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 11%, 37%) | color: hsl(46, 11%, 37%) | |
| HEX | #696454 | color: #696454 | |
| RGB | rgb(105, 100, 84) | color: rgb(105, 100, 84) | |
| CMYK | cmyk(0%, 5%, 20%, 59%) | — | |
| HSV | hsv(46, 20%, 41%) | — | |
| HWB | hwb(46 33% 59%) | color: hwb(46 33% 59%) | |
| OKLCH | oklch(0.5031 0.0253 92.69) | color: oklch(0.5031 0.0253 92.69) | |
| Lab | lab(42.4 -0.99 9.8) | color: lab(42.4 -0.99 9.8) | |
| LCH | lch(42.4 9.85 95.77) | color: lch(42.4 9.85 95.77) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#676758 — rgb(103, 103, 88)
Deuteranopia (Green-blind)
#676859 — rgb(103, 104, 89)
Tritanopia (Blue-blind)
#695B5C — rgb(105, 91, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 11%, 37%);
text
color: hsl(46, 11%, 37%);
border
border: 2px solid hsl(46, 11%, 37%);
gradient light
background: linear-gradient(to right, hsl(46, 11%, 57%), hsl(46, 11%, 37%));
gradient dark
background: linear-gradient(to right, hsl(46, 11%, 37%), hsl(46, 11%, 17%))
hex
background-color: #696454;
tailwind
bg-[hsl(46,11%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 11%, 37%, 0.4);
css variable
--color-primary: hsl(46, 11%, 37%);
Related Colors
Use Cases for Grayish Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 11%, 37%)?
HEX: #696454 | RGB: rgb(105, 100, 84) | CMYK: 0%, 5%, 20%, 59% | HSV: 46°, 20%, 41%. Copy any format from the conversion table above.
What colors go well with #696454?
The complementary color is HSL(226, 11%, 37%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 11%, 37%) in CSS?
As HSL: color: hsl(46, 11%, 37%); — As HEX: color: #696454; — As RGB: color: rgb(105, 100, 84); — Tailwind CSS: bg-[hsl(46,11%,37%)] — CSS variable: --color-primary: hsl(46, 11%, 37%);