HSL(354, 52%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(354,52%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(354, 52%, 35%) | color: hsl(354, 52%, 35%) | |
| HEX | #882B34 | color: #882B34 | |
| RGB | rgb(136, 43, 52) | color: rgb(136, 43, 52) | |
| CMYK | cmyk(0%, 68%, 62%, 47%) | — | |
| HSV | hsv(354, 68%, 53%) | — | |
| HWB | hwb(354 17% 47%) | color: hwb(354 17% 47%) | |
| OKLCH | oklch(0.4318 0.1264 18.68) | color: oklch(0.4318 0.1264 18.68) | |
| Lab | lab(32.28 40.17 16.61) | color: lab(32.28 40.17 16.61) | |
| LCH | lch(32.28 43.47 22.46) | color: lch(32.28 43.47 22.46) |
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)
#605F32 — rgb(96, 95, 50)
Deuteranopia (Green-blind)
#656C31 — rgb(101, 108, 49)
Tritanopia (Blue-blind)
#833030 — rgb(131, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(354, 52%, 35%);
text
color: hsl(354, 52%, 35%);
border
border: 2px solid hsl(354, 52%, 35%);
gradient light
background: linear-gradient(to right, hsl(354, 52%, 55%), hsl(354, 52%, 35%));
gradient dark
background: linear-gradient(to right, hsl(354, 52%, 35%), hsl(354, 52%, 15%))
hex
background-color: #882B34;
tailwind
bg-[hsl(354,52%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(354, 52%, 35%, 0.4);
css variable
--color-primary: hsl(354, 52%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(354, 52%, 35%)?
HEX: #882B34 | RGB: rgb(136, 43, 52) | CMYK: 0%, 68%, 62%, 47% | HSV: 354°, 68%, 53%. Copy any format from the conversion table above.
What colors go well with #882B34?
The complementary color is HSL(174, 52%, 35%). 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, 52%, 35%) in CSS?
As HSL: color: hsl(354, 52%, 35%); — As HEX: color: #882B34; — As RGB: color: rgb(136, 43, 52); — Tailwind CSS: bg-[hsl(354,52%,35%)] — CSS variable: --color-primary: hsl(354, 52%, 35%);