HSL(7, 25%, 23%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,25%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 25%, 23%) | color: hsl(7, 25%, 23%) | |
| HEX | #492F2C | color: #492F2C | |
| RGB | rgb(73, 47, 44) | color: rgb(73, 47, 44) | |
| CMYK | cmyk(0%, 36%, 40%, 71%) | — | |
| HSV | hsv(6, 40%, 29%) | — | |
| HWB | hwb(6 17% 71%) | color: hwb(6 17% 71%) | |
| OKLCH | oklch(0.3355 0.0389 26.61) | color: oklch(0.3355 0.0389 26.61) | |
| Lab | lab(22.41 11.46 6.77) | color: lab(22.41 11.46 6.77) | |
| LCH | lch(22.41 13.31 30.57) | color: lch(22.41 13.31 30.57) |
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)
#3E3E2D — rgb(62, 62, 45)
Deuteranopia (Green-blind)
#3F412D — rgb(63, 65, 45)
Tritanopia (Blue-blind)
#482D2D — rgb(72, 45, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 25%, 23%);
text
color: hsl(7, 25%, 23%);
border
border: 2px solid hsl(7, 25%, 23%);
gradient light
background: linear-gradient(to right, hsl(7, 25%, 43%), hsl(7, 25%, 23%));
gradient dark
background: linear-gradient(to right, hsl(7, 25%, 23%), hsl(7, 25%, 3%))
hex
background-color: #492F2C;
tailwind
bg-[hsl(7,25%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 25%, 23%, 0.4);
css variable
--color-primary: hsl(7, 25%, 23%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 25%, 23%)?
HEX: #492F2C | RGB: rgb(73, 47, 44) | CMYK: 0%, 36%, 40%, 71% | HSV: 6°, 40%, 29%. Copy any format from the conversion table above.
What colors go well with #492F2C?
The complementary color is HSL(187, 25%, 23%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 25%, 23%) in CSS?
As HSL: color: hsl(7, 25%, 23%); — As HEX: color: #492F2C; — As RGB: color: rgb(73, 47, 44); — Tailwind CSS: bg-[hsl(7,25%,23%)] — CSS variable: --color-primary: hsl(7, 25%, 23%);