HSL(14, 40%, 24%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(14,40%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(14, 40%, 24%) | color: hsl(14, 40%, 24%) | |
| HEX | #563025 | color: #563025 | |
| RGB | rgb(86, 48, 37) | color: rgb(86, 48, 37) | |
| CMYK | cmyk(0%, 44%, 57%, 66%) | — | |
| HSV | hsv(13, 57%, 34%) | — | |
| HWB | hwb(13 15% 66%) | color: hwb(13 15% 66%) | |
| OKLCH | oklch(0.3544 0.0589 36.95) | color: oklch(0.3544 0.0589 36.95) | |
| Lab | lab(24.41 16 14.46) | color: lab(24.41 16 14.46) | |
| LCH | lch(24.41 21.57 42.11) | color: lch(24.41 21.57 42.11) |
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)
#464528 — rgb(70, 69, 40)
Deuteranopia (Green-blind)
#484B28 — rgb(72, 75, 40)
Tritanopia (Blue-blind)
#542A2A — rgb(84, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(14, 40%, 24%);
text
color: hsl(14, 40%, 24%);
border
border: 2px solid hsl(14, 40%, 24%);
gradient light
background: linear-gradient(to right, hsl(14, 40%, 44%), hsl(14, 40%, 24%));
gradient dark
background: linear-gradient(to right, hsl(14, 40%, 24%), hsl(14, 40%, 4%))
hex
background-color: #563025;
tailwind
bg-[hsl(14,40%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(14, 40%, 24%, 0.4);
css variable
--color-primary: hsl(14, 40%, 24%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(14, 40%, 24%)?
HEX: #563025 | RGB: rgb(86, 48, 37) | CMYK: 0%, 44%, 57%, 66% | HSV: 13°, 57%, 34%. Copy any format from the conversion table above.
What colors go well with #563025?
The complementary color is HSL(194, 40%, 24%). For a triadic harmony, use hues 14°, 134°, and 254°. For analogous combinations, try hues 344° and 44°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(14, 40%, 24%) in CSS?
As HSL: color: hsl(14, 40%, 24%); — As HEX: color: #563025; — As RGB: color: rgb(86, 48, 37); — Tailwind CSS: bg-[hsl(14,40%,24%)] — CSS variable: --color-primary: hsl(14, 40%, 24%);