HSL(11, 51%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,51%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 51%, 68%) | color: hsl(11, 51%, 68%) | |
| HEX | #D79384 | color: #D79384 | |
| RGB | rgb(215, 147, 132) | color: rgb(215, 147, 132) | |
| CMYK | cmyk(0%, 32%, 39%, 16%) | — | |
| HSV | hsv(11, 39%, 84%) | — | |
| HWB | hwb(11 51% 16%) | color: hwb(11 51% 16%) | |
| OKLCH | oklch(0.7268 0.0859 32.93) | color: oklch(0.7268 0.0859 32.93) | |
| Lab | lab(67.26 23.82 18.35) | color: lab(67.26 23.82 18.35) | |
| LCH | lch(67.26 30.07 37.61) | color: lch(67.26 30.07 37.61) |
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)
#BAB988 — rgb(186, 185, 136)
Deuteranopia (Green-blind)
#BEC389 — rgb(190, 195, 137)
Tritanopia (Blue-blind)
#D48A8B — rgb(212, 138, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 51%, 68%);
text
color: hsl(11, 51%, 68%);
border
border: 2px solid hsl(11, 51%, 68%);
gradient light
background: linear-gradient(to right, hsl(11, 51%, 88%), hsl(11, 51%, 68%));
gradient dark
background: linear-gradient(to right, hsl(11, 51%, 68%), hsl(11, 51%, 48%))
hex
background-color: #D79384;
tailwind
bg-[hsl(11,51%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 51%, 68%, 0.4);
css variable
--color-primary: hsl(11, 51%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 51%, 68%)?
HEX: #D79384 | RGB: rgb(215, 147, 132) | CMYK: 0%, 32%, 39%, 16% | HSV: 11°, 39%, 84%. Copy any format from the conversion table above.
What colors go well with #D79384?
The complementary color is HSL(191, 51%, 68%). 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, 51%, 68%) in CSS?
As HSL: color: hsl(11, 51%, 68%); — As HEX: color: #D79384; — As RGB: color: rgb(215, 147, 132); — Tailwind CSS: bg-[hsl(11,51%,68%)] — CSS variable: --color-primary: hsl(11, 51%, 68%);