HSL(346, 10%, 16%)
Grayish Red — Red color
Adjust Color
Color Information
Color Name
Grayish Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(346,10%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 10%, 16%) | color: hsl(346, 10%, 16%) | |
| HEX | #2D2527 | color: #2D2527 | |
| RGB | rgb(45, 37, 39) | color: rgb(45, 37, 39) | |
| CMYK | cmyk(0%, 18%, 13%, 82%) | — | |
| HSV | hsv(345, 18%, 18%) | — | |
| HWB | hwb(345 15% 82%) | color: hwb(345 15% 82%) | |
| OKLCH | oklch(0.2743 0.0125 1.12) | color: oklch(0.2743 0.0125 1.12) | |
| Lab | lab(15.63 4.18 0.07) | color: lab(15.63 4.18 0.07) | |
| LCH | lch(15.63 4.18 0.96) | color: lch(15.63 4.18 0.96) |
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)
#2A2927 — rgb(42, 41, 39)
Deuteranopia (Green-blind)
#2A2B26 — rgb(42, 43, 38)
Tritanopia (Blue-blind)
#2D2626 — rgb(45, 38, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 10%, 16%);
text
color: hsl(346, 10%, 16%);
border
border: 2px solid hsl(346, 10%, 16%);
gradient light
background: linear-gradient(to right, hsl(346, 10%, 36%), hsl(346, 10%, 16%));
gradient dark
background: linear-gradient(to right, hsl(346, 10%, 16%), hsl(346, 10%, 0%))
hex
background-color: #2D2527;
tailwind
bg-[hsl(346,10%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 10%, 16%, 0.4);
css variable
--color-primary: hsl(346, 10%, 16%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(346, 10%, 16%)?
HEX: #2D2527 | RGB: rgb(45, 37, 39) | CMYK: 0%, 18%, 13%, 82% | HSV: 345°, 18%, 18%. Copy any format from the conversion table above.
What colors go well with #2D2527?
The complementary color is HSL(166, 10%, 16%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 10%, 16%) in CSS?
As HSL: color: hsl(346, 10%, 16%); — As HEX: color: #2D2527; — As RGB: color: rgb(45, 37, 39); — Tailwind CSS: bg-[hsl(346,10%,16%)] — CSS variable: --color-primary: hsl(346, 10%, 16%);