HSL(354, 12%, 15%)
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(354,12%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 12%, 15%) | color: hsl(354, 12%, 15%) | |
| HEX | #2B2223 | color: #2B2223 | |
| RGB | rgb(43, 34, 35) | color: rgb(43, 34, 35) | |
| CMYK | cmyk(0%, 21%, 19%, 83%) | — | |
| HSV | hsv(353, 21%, 17%) | — | |
| HWB | hwb(353 13% 83%) | color: hwb(353 13% 83%) | |
| OKLCH | oklch(0.2628 0.0139 10.53) | color: oklch(0.2628 0.0139 10.53) | |
| Lab | lab(14.28 4.49 0.94) | color: lab(14.28 4.49 0.94) | |
| LCH | lch(14.28 4.59 11.82) | color: lch(14.28 4.59 11.82) |
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)
#272723 — rgb(39, 39, 35)
Deuteranopia (Green-blind)
#282823 — rgb(40, 40, 35)
Tritanopia (Blue-blind)
#2B2323 — rgb(43, 35, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 12%, 15%);
text
color: hsl(354, 12%, 15%);
border
border: 2px solid hsl(354, 12%, 15%);
gradient light
background: linear-gradient(to right, hsl(354, 12%, 35%), hsl(354, 12%, 15%));
gradient dark
background: linear-gradient(to right, hsl(354, 12%, 15%), hsl(354, 12%, 0%))
hex
background-color: #2B2223;
tailwind
bg-[hsl(354,12%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 12%, 15%, 0.4);
css variable
--color-primary: hsl(354, 12%, 15%);
Related Colors
Use Cases for Grayish Red
Frequently Asked Questions
What are all the color codes for HSL(354, 12%, 15%)?
HEX: #2B2223 | RGB: rgb(43, 34, 35) | CMYK: 0%, 21%, 19%, 83% | HSV: 353°, 21%, 17%. Copy any format from the conversion table above.
What colors go well with #2B2223?
The complementary color is HSL(174, 12%, 15%). For a triadic harmony, use hues 354°, 114°, and 234°. For analogous combinations, try hues 324° and 24°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(354, 12%, 15%) in CSS?
As HSL: color: hsl(354, 12%, 15%); — As HEX: color: #2B2223; — As RGB: color: rgb(43, 34, 35); — Tailwind CSS: bg-[hsl(354,12%,15%)] — CSS variable: --color-primary: hsl(354, 12%, 15%);