HSL(8, 68%, 43%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(8,68%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 68%, 43%) | color: hsl(8, 68%, 43%) | |
| HEX | #B83723 | color: #B83723 | |
| RGB | rgb(184, 55, 35) | color: rgb(184, 55, 35) | |
| CMYK | cmyk(0%, 70%, 81%, 28%) | — | |
| HSV | hsv(8, 81%, 72%) | — | |
| HWB | hwb(8 14% 28%) | color: hwb(8 14% 28%) | |
| OKLCH | oklch(0.5266 0.1689 31.64) | color: oklch(0.5266 0.1689 31.64) | |
| Lab | lab(42.83 50.77 41.17) | color: lab(42.83 50.77 41.17) | |
| LCH | lch(42.83 65.36 39.04) | color: lch(42.83 65.36 39.04) |
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)
#807F28 — rgb(128, 127, 40)
Deuteranopia (Green-blind)
#889129 — rgb(136, 145, 41)
Tritanopia (Blue-blind)
#B22C2D — rgb(178, 44, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 68%, 43%);
text
color: hsl(8, 68%, 43%);
border
border: 2px solid hsl(8, 68%, 43%);
gradient light
background: linear-gradient(to right, hsl(8, 68%, 63%), hsl(8, 68%, 43%));
gradient dark
background: linear-gradient(to right, hsl(8, 68%, 43%), hsl(8, 68%, 23%))
hex
background-color: #B83723;
tailwind
bg-[hsl(8,68%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 68%, 43%, 0.4);
css variable
--color-primary: hsl(8, 68%, 43%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(8, 68%, 43%)?
HEX: #B83723 | RGB: rgb(184, 55, 35) | CMYK: 0%, 70%, 81%, 28% | HSV: 8°, 81%, 72%. Copy any format from the conversion table above.
What colors go well with #B83723?
The complementary color is HSL(188, 68%, 43%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 68%, 43%) in CSS?
As HSL: color: hsl(8, 68%, 43%); — As HEX: color: #B83723; — As RGB: color: rgb(184, 55, 35); — Tailwind CSS: bg-[hsl(8,68%,43%)] — CSS variable: --color-primary: hsl(8, 68%, 43%);