HSL(11, 92%, 72%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,92%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 92%, 72%) | color: hsl(11, 92%, 72%) | |
| HEX | #F98E76 | color: #F98E76 | |
| RGB | rgb(249, 142, 118) | color: rgb(249, 142, 118) | |
| CMYK | cmyk(0%, 43%, 53%, 2%) | — | |
| HSV | hsv(11, 53%, 98%) | — | |
| HWB | hwb(11 46% 2%) | color: hwb(11 46% 2%) | |
| OKLCH | oklch(0.7561 0.135 33.62) | color: oklch(0.7561 0.135 33.62) | |
| Lab | lab(70.03 38.13 30.5) | color: lab(70.03 38.13 30.5) | |
| LCH | lch(70.03 48.83 38.66) | color: lch(70.03 48.83 38.66) |
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)
#CBCA7C — rgb(203, 202, 124)
Deuteranopia (Green-blind)
#D1D97D — rgb(209, 217, 125)
Tritanopia (Blue-blind)
#F48081 — rgb(244, 128, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 92%, 72%);
text
color: hsl(11, 92%, 72%);
border
border: 2px solid hsl(11, 92%, 72%);
gradient light
background: linear-gradient(to right, hsl(11, 92%, 92%), hsl(11, 92%, 72%));
gradient dark
background: linear-gradient(to right, hsl(11, 92%, 72%), hsl(11, 92%, 52%))
hex
background-color: #F98E76;
tailwind
bg-[hsl(11,92%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 92%, 72%, 0.4);
css variable
--color-primary: hsl(11, 92%, 72%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 92%, 72%)?
HEX: #F98E76 | RGB: rgb(249, 142, 118) | CMYK: 0%, 43%, 53%, 2% | HSV: 11°, 53%, 98%. Copy any format from the conversion table above.
What colors go well with #F98E76?
The complementary color is HSL(191, 92%, 72%). 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, 92%, 72%) in CSS?
As HSL: color: hsl(11, 92%, 72%); — As HEX: color: #F98E76; — As RGB: color: rgb(249, 142, 118); — Tailwind CSS: bg-[hsl(11,92%,72%)] — CSS variable: --color-primary: hsl(11, 92%, 72%);