HSL(11, 79%, 82%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,79%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 79%, 82%) | color: hsl(11, 79%, 82%) | |
| HEX | #F5BAAD | color: #F5BAAD | |
| RGB | rgb(245, 186, 173) | color: rgb(245, 186, 173) | |
| CMYK | cmyk(0%, 24%, 29%, 4%) | — | |
| HSV | hsv(11, 29%, 96%) | — | |
| HWB | hwb(11 68% 4%) | color: hwb(11 68% 4%) | |
| OKLCH | oklch(0.8392 0.0712 32.69) | color: oklch(0.8392 0.0712 32.69) | |
| Lab | lab(80.49 19.5 14.86) | color: lab(80.49 19.5 14.86) | |
| LCH | lch(80.49 24.52 37.31) | color: lch(80.49 24.52 37.31) |
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)
#DBDBB0 — rgb(219, 219, 176)
Deuteranopia (Green-blind)
#DFE3B1 — rgb(223, 227, 177)
Tritanopia (Blue-blind)
#F2B3B3 — rgb(242, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 79%, 82%);
text
color: hsl(11, 79%, 82%);
border
border: 2px solid hsl(11, 79%, 82%);
gradient light
background: linear-gradient(to right, hsl(11, 79%, 100%), hsl(11, 79%, 82%));
gradient dark
background: linear-gradient(to right, hsl(11, 79%, 82%), hsl(11, 79%, 62%))
hex
background-color: #F5BAAD;
tailwind
bg-[hsl(11,79%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 79%, 82%, 0.4);
css variable
--color-primary: hsl(11, 79%, 82%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 79%, 82%)?
HEX: #F5BAAD | RGB: rgb(245, 186, 173) | CMYK: 0%, 24%, 29%, 4% | HSV: 11°, 29%, 96%. Copy any format from the conversion table above.
What colors go well with #F5BAAD?
The complementary color is HSL(191, 79%, 82%). 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, 79%, 82%) in CSS?
As HSL: color: hsl(11, 79%, 82%); — As HEX: color: #F5BAAD; — As RGB: color: rgb(245, 186, 173); — Tailwind CSS: bg-[hsl(11,79%,82%)] — CSS variable: --color-primary: hsl(11, 79%, 82%);