HSL(11, 19%, 63%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(11,19%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 19%, 63%) | color: hsl(11, 19%, 63%) | |
| HEX | #B3958F | color: #B3958F | |
| RGB | rgb(179, 149, 143) | color: rgb(179, 149, 143) | |
| CMYK | cmyk(0%, 17%, 20%, 30%) | — | |
| HSV | hsv(10, 20%, 70%) | — | |
| HWB | hwb(10 56% 30%) | color: hwb(10 56% 30%) | |
| OKLCH | oklch(0.6954 0.0372 31.24) | color: oklch(0.6954 0.0372 31.24) | |
| Lab | lab(64.21 10.22 7.35) | color: lab(64.21 10.22 7.35) | |
| LCH | lch(64.21 12.59 35.72) | color: lch(64.21 12.59 35.72) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A6A690 — rgb(166, 166, 144)
Deuteranopia (Green-blind)
#A8AA91 — rgb(168, 170, 145)
Tritanopia (Blue-blind)
#B29292 — rgb(178, 146, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 19%, 63%);
text
color: hsl(11, 19%, 63%);
border
border: 2px solid hsl(11, 19%, 63%);
gradient light
background: linear-gradient(to right, hsl(11, 19%, 83%), hsl(11, 19%, 63%));
gradient dark
background: linear-gradient(to right, hsl(11, 19%, 63%), hsl(11, 19%, 43%))
hex
background-color: #B3958F;
tailwind
bg-[hsl(11,19%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 19%, 63%, 0.4);
css variable
--color-primary: hsl(11, 19%, 63%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 19%, 63%)?
HEX: #B3958F | RGB: rgb(179, 149, 143) | CMYK: 0%, 17%, 20%, 30% | HSV: 10°, 20%, 70%. Copy any format from the conversion table above.
What colors go well with #B3958F?
The complementary color is HSL(191, 19%, 63%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 19%, 63%) in CSS?
As HSL: color: hsl(11, 19%, 63%); — As HEX: color: #B3958F; — As RGB: color: rgb(179, 149, 143); — Tailwind CSS: bg-[hsl(11,19%,63%)] — CSS variable: --color-primary: hsl(11, 19%, 63%);