HSL(358, 24%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(358,24%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(358, 24%, 60%) | color: hsl(358, 24%, 60%) | |
| HEX | #B18182 | color: #B18182 | |
| RGB | rgb(177, 129, 130) | color: rgb(177, 129, 130) | |
| CMYK | cmyk(0%, 27%, 27%, 31%) | — | |
| HSV | hsv(359, 27%, 69%) | — | |
| HWB | hwb(359 50% 31%) | color: hwb(359 50% 31%) | |
| OKLCH | oklch(0.6507 0.0596 17.44) | color: oklch(0.6507 0.0596 17.44) | |
| Lab | lab(58.66 18.67 6.78) | color: lab(58.66 18.67 6.78) | |
| LCH | lch(58.66 19.86 19.96) | color: lch(58.66 19.86 19.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9C9C82 — rgb(156, 156, 130)
Deuteranopia (Green-blind)
#9FA382 — rgb(159, 163, 130)
Tritanopia (Blue-blind)
#AF8282 — rgb(175, 130, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(358, 24%, 60%);
text
color: hsl(358, 24%, 60%);
border
border: 2px solid hsl(358, 24%, 60%);
gradient light
background: linear-gradient(to right, hsl(358, 24%, 80%), hsl(358, 24%, 60%));
gradient dark
background: linear-gradient(to right, hsl(358, 24%, 60%), hsl(358, 24%, 40%))
hex
background-color: #B18182;
tailwind
bg-[hsl(358,24%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(358, 24%, 60%, 0.4);
css variable
--color-primary: hsl(358, 24%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(358, 24%, 60%)?
HEX: #B18182 | RGB: rgb(177, 129, 130) | CMYK: 0%, 27%, 27%, 31% | HSV: 359°, 27%, 69%. Copy any format from the conversion table above.
What colors go well with #B18182?
The complementary color is HSL(178, 24%, 60%). 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, 24%, 60%) in CSS?
As HSL: color: hsl(358, 24%, 60%); — As HEX: color: #B18182; — As RGB: color: rgb(177, 129, 130); — Tailwind CSS: bg-[hsl(358,24%,60%)] — CSS variable: --color-primary: hsl(358, 24%, 60%);