HSL(2, 19%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(2,19%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 19%, 35%) | color: hsl(2, 19%, 35%) | |
| HEX | #6A4948 | color: #6A4948 | |
| RGB | rgb(106, 73, 72) | color: rgb(106, 73, 72) | |
| CMYK | cmyk(0%, 31%, 32%, 58%) | — | |
| HSV | hsv(2, 32%, 42%) | — | |
| HWB | hwb(2 29% 58%) | color: hwb(2 29% 58%) | |
| OKLCH | oklch(0.4415 0.0454 21.01) | color: oklch(0.4415 0.0454 21.01) | |
| Lab | lab(34.6 13.93 6.24) | color: lab(34.6 13.93 6.24) | |
| LCH | lch(34.6 15.26 24.13) | color: lch(34.6 15.26 24.13) |
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)
#5C5B48 — rgb(92, 91, 72)
Deuteranopia (Green-blind)
#5E6048 — rgb(94, 96, 72)
Tritanopia (Blue-blind)
#684848 — rgb(104, 72, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 19%, 35%);
text
color: hsl(2, 19%, 35%);
border
border: 2px solid hsl(2, 19%, 35%);
gradient light
background: linear-gradient(to right, hsl(2, 19%, 55%), hsl(2, 19%, 35%));
gradient dark
background: linear-gradient(to right, hsl(2, 19%, 35%), hsl(2, 19%, 15%))
hex
background-color: #6A4948;
tailwind
bg-[hsl(2,19%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 19%, 35%, 0.4);
css variable
--color-primary: hsl(2, 19%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 19%, 35%)?
HEX: #6A4948 | RGB: rgb(106, 73, 72) | CMYK: 0%, 31%, 32%, 58% | HSV: 2°, 32%, 42%. Copy any format from the conversion table above.
What colors go well with #6A4948?
The complementary color is HSL(182, 19%, 35%). 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, 19%, 35%) in CSS?
As HSL: color: hsl(2, 19%, 35%); — As HEX: color: #6A4948; — As RGB: color: rgb(106, 73, 72); — Tailwind CSS: bg-[hsl(2,19%,35%)] — CSS variable: --color-primary: hsl(2, 19%, 35%);