HSL(10, 46%, 21%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(10,46%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(10, 46%, 21%) | color: hsl(10, 46%, 21%) | |
| HEX | #4E251D | color: #4E251D | |
| RGB | rgb(78, 37, 29) | color: rgb(78, 37, 29) | |
| CMYK | cmyk(0%, 53%, 63%, 69%) | — | |
| HSV | hsv(10, 63%, 31%) | — | |
| HWB | hwb(10 11% 69%) | color: hwb(10 11% 69%) | |
| OKLCH | oklch(0.3188 0.0638 32.28) | color: oklch(0.3188 0.0638 32.28) | |
| Lab | lab(20.17 18.38 14.05) | color: lab(20.17 18.38 14.05) | |
| LCH | lch(20.17 23.13 37.39) | color: lch(20.17 23.13 37.39) |
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)
#3C3C1F — rgb(60, 60, 31)
Deuteranopia (Green-blind)
#3F421F — rgb(63, 66, 31)
Tritanopia (Blue-blind)
#4C2021 — rgb(76, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(10, 46%, 21%);
text
color: hsl(10, 46%, 21%);
border
border: 2px solid hsl(10, 46%, 21%);
gradient light
background: linear-gradient(to right, hsl(10, 46%, 41%), hsl(10, 46%, 21%));
gradient dark
background: linear-gradient(to right, hsl(10, 46%, 21%), hsl(10, 46%, 1%))
hex
background-color: #4E251D;
tailwind
bg-[hsl(10,46%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(10, 46%, 21%, 0.4);
css variable
--color-primary: hsl(10, 46%, 21%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(10, 46%, 21%)?
HEX: #4E251D | RGB: rgb(78, 37, 29) | CMYK: 0%, 53%, 63%, 69% | HSV: 10°, 63%, 31%. Copy any format from the conversion table above.
What colors go well with #4E251D?
The complementary color is HSL(190, 46%, 21%). For a triadic harmony, use hues 10°, 130°, and 250°. For analogous combinations, try hues 340° and 40°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(10, 46%, 21%) in CSS?
As HSL: color: hsl(10, 46%, 21%); — As HEX: color: #4E251D; — As RGB: color: rgb(78, 37, 29); — Tailwind CSS: bg-[hsl(10,46%,21%)] — CSS variable: --color-primary: hsl(10, 46%, 21%);