HSL(350, 65%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(350,65%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(350, 65%, 35%) | color: hsl(350, 65%, 35%) | |
| HEX | #931F33 | color: #931F33 | |
| RGB | rgb(147, 31, 51) | color: rgb(147, 31, 51) | |
| CMYK | cmyk(0%, 79%, 65%, 42%) | — | |
| HSV | hsv(350, 79%, 58%) | — | |
| HWB | hwb(350 12% 42%) | color: hwb(350 12% 42%) | |
| OKLCH | oklch(0.4392 0.1505 16.96) | color: oklch(0.4392 0.1505 16.96) | |
| Lab | lab(32.75 48.27 18.28) | color: lab(32.75 48.27 18.28) | |
| LCH | lch(32.75 51.62 20.74) | color: lch(32.75 51.62 20.74) |
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)
#61602E — rgb(97, 96, 46)
Deuteranopia (Green-blind)
#68702D — rgb(104, 112, 45)
Tritanopia (Blue-blind)
#8D2A2A — rgb(141, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(350, 65%, 35%);
text
color: hsl(350, 65%, 35%);
border
border: 2px solid hsl(350, 65%, 35%);
gradient light
background: linear-gradient(to right, hsl(350, 65%, 55%), hsl(350, 65%, 35%));
gradient dark
background: linear-gradient(to right, hsl(350, 65%, 35%), hsl(350, 65%, 15%))
hex
background-color: #931F33;
tailwind
bg-[hsl(350,65%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(350, 65%, 35%, 0.4);
css variable
--color-primary: hsl(350, 65%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(350, 65%, 35%)?
HEX: #931F33 | RGB: rgb(147, 31, 51) | CMYK: 0%, 79%, 65%, 42% | HSV: 350°, 79%, 58%. Copy any format from the conversion table above.
What colors go well with #931F33?
The complementary color is HSL(170, 65%, 35%). For a triadic harmony, use hues 350°, 110°, and 230°. For analogous combinations, try hues 320° and 20°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(350, 65%, 35%) in CSS?
As HSL: color: hsl(350, 65%, 35%); — As HEX: color: #931F33; — As RGB: color: rgb(147, 31, 51); — Tailwind CSS: bg-[hsl(350,65%,35%)] — CSS variable: --color-primary: hsl(350, 65%, 35%);