HSL(3, 68%, 23%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,68%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 68%, 23%) | color: hsl(3, 68%, 23%) | |
| HEX | #631713 | color: #631713 | |
| RGB | rgb(99, 23, 19) | color: rgb(99, 23, 19) | |
| CMYK | cmyk(0%, 77%, 81%, 61%) | — | |
| HSV | hsv(3, 81%, 39%) | — | |
| HWB | hwb(3 7% 61%) | color: hwb(3 7% 61%) | |
| OKLCH | oklch(0.3341 0.1093 27.74) | color: oklch(0.3341 0.1093 27.74) | |
| Lab | lab(21.26 33.62 22.89) | color: lab(21.26 33.62 22.89) | |
| LCH | lch(21.26 40.67 34.25) | color: lch(21.26 40.67 34.25) |
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)
#424114 — rgb(66, 65, 20)
Deuteranopia (Green-blind)
#474C14 — rgb(71, 76, 20)
Tritanopia (Blue-blind)
#5F1515 — rgb(95, 21, 21)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 68%, 23%);
text
color: hsl(3, 68%, 23%);
border
border: 2px solid hsl(3, 68%, 23%);
gradient light
background: linear-gradient(to right, hsl(3, 68%, 43%), hsl(3, 68%, 23%));
gradient dark
background: linear-gradient(to right, hsl(3, 68%, 23%), hsl(3, 68%, 3%))
hex
background-color: #631713;
tailwind
bg-[hsl(3,68%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 68%, 23%, 0.4);
css variable
--color-primary: hsl(3, 68%, 23%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 68%, 23%)?
HEX: #631713 | RGB: rgb(99, 23, 19) | CMYK: 0%, 77%, 81%, 61% | HSV: 3°, 81%, 39%. Copy any format from the conversion table above.
What colors go well with #631713?
The complementary color is HSL(183, 68%, 23%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 68%, 23%) in CSS?
As HSL: color: hsl(3, 68%, 23%); — As HEX: color: #631713; — As RGB: color: rgb(99, 23, 19); — Tailwind CSS: bg-[hsl(3,68%,23%)] — CSS variable: --color-primary: hsl(3, 68%, 23%);