HSL(2, 30%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,30%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 30%, 35%) | color: hsl(2, 30%, 35%) | |
| HEX | #74403E | color: #74403E | |
| RGB | rgb(116, 64, 62) | color: rgb(116, 64, 62) | |
| CMYK | cmyk(0%, 45%, 47%, 55%) | — | |
| HSV | hsv(2, 47%, 45%) | — | |
| HWB | hwb(2 24% 55%) | color: hwb(2 24% 55%) | |
| OKLCH | oklch(0.4345 0.0729 22.84) | color: oklch(0.4345 0.0729 22.84) | |
| Lab | lab(33.41 22.32 11.14) | color: lab(33.41 22.32 11.14) | |
| LCH | lch(33.41 24.95 26.52) | color: lch(33.41 24.95 26.52) |
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)
#5D5D3E — rgb(93, 93, 62)
Deuteranopia (Green-blind)
#61643F — rgb(97, 100, 63)
Tritanopia (Blue-blind)
#713F3F — rgb(113, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 30%, 35%);
text
color: hsl(2, 30%, 35%);
border
border: 2px solid hsl(2, 30%, 35%);
gradient light
background: linear-gradient(to right, hsl(2, 30%, 55%), hsl(2, 30%, 35%));
gradient dark
background: linear-gradient(to right, hsl(2, 30%, 35%), hsl(2, 30%, 15%))
hex
background-color: #74403E;
tailwind
bg-[hsl(2,30%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 30%, 35%, 0.4);
css variable
--color-primary: hsl(2, 30%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 30%, 35%)?
HEX: #74403E | RGB: rgb(116, 64, 62) | CMYK: 0%, 45%, 47%, 55% | HSV: 2°, 47%, 45%. Copy any format from the conversion table above.
What colors go well with #74403E?
The complementary color is HSL(182, 30%, 35%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 30%, 35%) in CSS?
As HSL: color: hsl(2, 30%, 35%); — As HEX: color: #74403E; — As RGB: color: rgb(116, 64, 62); — Tailwind CSS: bg-[hsl(2,30%,35%)] — CSS variable: --color-primary: hsl(2, 30%, 35%);