HSL(9, 30%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(9,30%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 30%, 35%) | color: hsl(9, 30%, 35%) | |
| HEX | #74473E | color: #74473E | |
| RGB | rgb(116, 71, 62) | color: rgb(116, 71, 62) | |
| CMYK | cmyk(0%, 39%, 47%, 55%) | — | |
| HSV | hsv(10, 47%, 45%) | — | |
| HWB | hwb(10 24% 55%) | color: hwb(10 24% 55%) | |
| OKLCH | oklch(0.4477 0.0641 31.97) | color: oklch(0.4477 0.0641 31.97) | |
| Lab | lab(35.14 18.15 13.5) | color: lab(35.14 18.15 13.5) | |
| LCH | lch(35.14 22.62 36.64) | color: lch(35.14 22.62 36.64) |
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)
#616040 — rgb(97, 96, 64)
Deuteranopia (Green-blind)
#636741 — rgb(99, 103, 65)
Tritanopia (Blue-blind)
#724242 — rgb(114, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 30%, 35%);
text
color: hsl(9, 30%, 35%);
border
border: 2px solid hsl(9, 30%, 35%);
gradient light
background: linear-gradient(to right, hsl(9, 30%, 55%), hsl(9, 30%, 35%));
gradient dark
background: linear-gradient(to right, hsl(9, 30%, 35%), hsl(9, 30%, 15%))
hex
background-color: #74473E;
tailwind
bg-[hsl(9,30%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 30%, 35%, 0.4);
css variable
--color-primary: hsl(9, 30%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(9, 30%, 35%)?
HEX: #74473E | RGB: rgb(116, 71, 62) | CMYK: 0%, 39%, 47%, 55% | HSV: 10°, 47%, 45%. Copy any format from the conversion table above.
What colors go well with #74473E?
The complementary color is HSL(189, 30%, 35%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 30%, 35%) in CSS?
As HSL: color: hsl(9, 30%, 35%); — As HEX: color: #74473E; — As RGB: color: rgb(116, 71, 62); — Tailwind CSS: bg-[hsl(9,30%,35%)] — CSS variable: --color-primary: hsl(9, 30%, 35%);