HSL(358, 23%, 24%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,23%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 23%, 24%) | color: hsl(358, 23%, 24%) | |
| HEX | #4B2F30 | color: #4B2F30 | |
| RGB | rgb(75, 47, 48) | color: rgb(75, 47, 48) | |
| CMYK | cmyk(0%, 37%, 36%, 71%) | — | |
| HSV | hsv(358, 37%, 29%) | — | |
| HWB | hwb(358 18% 71%) | color: hwb(358 18% 71%) | |
| OKLCH | oklch(0.3395 0.0413 17.12) | color: oklch(0.3395 0.0413 17.12) | |
| Lab | lab(22.8 12.99 4.65) | color: lab(22.8 12.99 4.65) | |
| LCH | lch(22.8 13.8 19.7) | color: lch(22.8 13.8 19.7) |
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)
#3F3F30 — rgb(63, 63, 48)
Deuteranopia (Green-blind)
#414330 — rgb(65, 67, 48)
Tritanopia (Blue-blind)
#4A3030 — rgb(74, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 23%, 24%);
text
color: hsl(358, 23%, 24%);
border
border: 2px solid hsl(358, 23%, 24%);
gradient light
background: linear-gradient(to right, hsl(358, 23%, 44%), hsl(358, 23%, 24%));
gradient dark
background: linear-gradient(to right, hsl(358, 23%, 24%), hsl(358, 23%, 4%))
hex
background-color: #4B2F30;
tailwind
bg-[hsl(358,23%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 23%, 24%, 0.4);
css variable
--color-primary: hsl(358, 23%, 24%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 23%, 24%)?
HEX: #4B2F30 | RGB: rgb(75, 47, 48) | CMYK: 0%, 37%, 36%, 71% | HSV: 358°, 37%, 29%. Copy any format from the conversion table above.
What colors go well with #4B2F30?
The complementary color is HSL(178, 23%, 24%). For a triadic harmony, use hues 358°, 118°, and 238°. For analogous combinations, try hues 328° and 28°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(358, 23%, 24%) in CSS?
As HSL: color: hsl(358, 23%, 24%); — As HEX: color: #4B2F30; — As RGB: color: rgb(75, 47, 48); — Tailwind CSS: bg-[hsl(358,23%,24%)] — CSS variable: --color-primary: hsl(358, 23%, 24%);