HSL(2, 46%, 26%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,46%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 46%, 26%) | color: hsl(2, 46%, 26%) | |
| HEX | #612624 | color: #612624 | |
| RGB | rgb(97, 38, 36) | color: rgb(97, 38, 36) | |
| CMYK | cmyk(0%, 61%, 63%, 62%) | — | |
| HSV | hsv(2, 63%, 38%) | — | |
| HWB | hwb(2 14% 62%) | color: hwb(2 14% 62%) | |
| OKLCH | oklch(0.3538 0.0865 24.45) | color: oklch(0.3538 0.0865 24.45) | |
| Lab | lab(23.85 26.65 14.75) | color: lab(23.85 26.65 14.75) | |
| LCH | lch(23.85 30.46 28.96) | color: lch(23.85 30.46 28.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: white
Color Blindness Simulation
Protanopia (Red-blind)
#474724 — rgb(71, 71, 36)
Deuteranopia (Green-blind)
#4B4F25 — rgb(75, 79, 37)
Tritanopia (Blue-blind)
#5E2525 — rgb(94, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 46%, 26%);
text
color: hsl(2, 46%, 26%);
border
border: 2px solid hsl(2, 46%, 26%);
gradient light
background: linear-gradient(to right, hsl(2, 46%, 46%), hsl(2, 46%, 26%));
gradient dark
background: linear-gradient(to right, hsl(2, 46%, 26%), hsl(2, 46%, 6%))
hex
background-color: #612624;
tailwind
bg-[hsl(2,46%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 46%, 26%, 0.4);
css variable
--color-primary: hsl(2, 46%, 26%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 46%, 26%)?
HEX: #612624 | RGB: rgb(97, 38, 36) | CMYK: 0%, 61%, 63%, 62% | HSV: 2°, 63%, 38%. Copy any format from the conversion table above.
What colors go well with #612624?
The complementary color is HSL(182, 46%, 26%). 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, 46%, 26%) in CSS?
As HSL: color: hsl(2, 46%, 26%); — As HEX: color: #612624; — As RGB: color: rgb(97, 38, 36); — Tailwind CSS: bg-[hsl(2,46%,26%)] — CSS variable: --color-primary: hsl(2, 46%, 26%);