HSL(12, 20%, 33%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(12,20%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(12, 20%, 33%) | color: hsl(12, 20%, 33%) | |
| HEX | #654A43 | color: #654A43 | |
| RGB | rgb(101, 74, 67) | color: rgb(101, 74, 67) | |
| CMYK | cmyk(0%, 27%, 34%, 60%) | — | |
| HSV | hsv(12, 34%, 40%) | — | |
| HWB | hwb(12 26% 60%) | color: hwb(12 26% 60%) | |
| OKLCH | oklch(0.4361 0.0389 35.01) | color: oklch(0.4361 0.0389 35.01) | |
| Lab | lab(34.13 10.37 8.66) | color: lab(34.13 10.37 8.66) | |
| LCH | lch(34.13 13.51 39.87) | color: lch(34.13 13.51 39.87) |
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)
#595945 — rgb(89, 89, 69)
Deuteranopia (Green-blind)
#5B5D45 — rgb(91, 93, 69)
Tritanopia (Blue-blind)
#644646 — rgb(100, 70, 70)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(12, 20%, 33%);
text
color: hsl(12, 20%, 33%);
border
border: 2px solid hsl(12, 20%, 33%);
gradient light
background: linear-gradient(to right, hsl(12, 20%, 53%), hsl(12, 20%, 33%));
gradient dark
background: linear-gradient(to right, hsl(12, 20%, 33%), hsl(12, 20%, 13%))
hex
background-color: #654A43;
tailwind
bg-[hsl(12,20%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(12, 20%, 33%, 0.4);
css variable
--color-primary: hsl(12, 20%, 33%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(12, 20%, 33%)?
HEX: #654A43 | RGB: rgb(101, 74, 67) | CMYK: 0%, 27%, 34%, 60% | HSV: 12°, 34%, 40%. Copy any format from the conversion table above.
What colors go well with #654A43?
The complementary color is HSL(192, 20%, 33%). For a triadic harmony, use hues 12°, 132°, and 252°. For analogous combinations, try hues 342° and 42°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(12, 20%, 33%) in CSS?
As HSL: color: hsl(12, 20%, 33%); — As HEX: color: #654A43; — As RGB: color: rgb(101, 74, 67); — Tailwind CSS: bg-[hsl(12,20%,33%)] — CSS variable: --color-primary: hsl(12, 20%, 33%);