HSL(13, 16%, 35%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(13,16%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 16%, 35%) | color: hsl(13, 16%, 35%) | |
| HEX | #68514B | color: #68514B | |
| RGB | rgb(104, 81, 75) | color: rgb(104, 81, 75) | |
| CMYK | cmyk(0%, 22%, 28%, 59%) | — | |
| HSV | hsv(12, 28%, 41%) | — | |
| HWB | hwb(12 30% 59%) | color: hwb(12 30% 59%) | |
| OKLCH | oklch(0.4569 0.0325 35.05) | color: oklch(0.4569 0.0325 35.05) | |
| Lab | lab(36.62 8.6 7.19) | color: lab(36.62 8.6 7.19) | |
| LCH | lch(36.62 11.21 39.9) | color: lch(36.62 11.21 39.9) |
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)
#5E5E4C — rgb(94, 94, 76)
Deuteranopia (Green-blind)
#5F614D — rgb(95, 97, 77)
Tritanopia (Blue-blind)
#674E4E — rgb(103, 78, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 16%, 35%);
text
color: hsl(13, 16%, 35%);
border
border: 2px solid hsl(13, 16%, 35%);
gradient light
background: linear-gradient(to right, hsl(13, 16%, 55%), hsl(13, 16%, 35%));
gradient dark
background: linear-gradient(to right, hsl(13, 16%, 35%), hsl(13, 16%, 15%))
hex
background-color: #68514B;
tailwind
bg-[hsl(13,16%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 16%, 35%, 0.4);
css variable
--color-primary: hsl(13, 16%, 35%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 16%, 35%)?
HEX: #68514B | RGB: rgb(104, 81, 75) | CMYK: 0%, 22%, 28%, 59% | HSV: 12°, 28%, 41%. Copy any format from the conversion table above.
What colors go well with #68514B?
The complementary color is HSL(193, 16%, 35%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 16%, 35%) in CSS?
As HSL: color: hsl(13, 16%, 35%); — As HEX: color: #68514B; — As RGB: color: rgb(104, 81, 75); — Tailwind CSS: bg-[hsl(13,16%,35%)] — CSS variable: --color-primary: hsl(13, 16%, 35%);