HSL(11, 47%, 61%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,47%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 47%, 61%) | color: hsl(11, 47%, 61%) | |
| HEX | #CA7E6D | color: #CA7E6D | |
| RGB | rgb(202, 126, 109) | color: rgb(202, 126, 109) | |
| CMYK | cmyk(0%, 38%, 46%, 21%) | — | |
| HSV | hsv(11, 46%, 79%) | — | |
| HWB | hwb(11 43% 21%) | color: hwb(11 43% 21%) | |
| OKLCH | oklch(0.6692 0.0986 33.34) | color: oklch(0.6692 0.0986 33.34) | |
| Lab | lab(60.41 27.57 21.66) | color: lab(60.41 27.57 21.66) | |
| LCH | lch(60.41 35.06 38.15) | color: lch(60.41 35.06 38.15) |
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)
#A9A871 — rgb(169, 168, 113)
Deuteranopia (Green-blind)
#AEB372 — rgb(174, 179, 114)
Tritanopia (Blue-blind)
#C67475 — rgb(198, 116, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 47%, 61%);
text
color: hsl(11, 47%, 61%);
border
border: 2px solid hsl(11, 47%, 61%);
gradient light
background: linear-gradient(to right, hsl(11, 47%, 81%), hsl(11, 47%, 61%));
gradient dark
background: linear-gradient(to right, hsl(11, 47%, 61%), hsl(11, 47%, 41%))
hex
background-color: #CA7E6D;
tailwind
bg-[hsl(11,47%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 47%, 61%, 0.4);
css variable
--color-primary: hsl(11, 47%, 61%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(11, 47%, 61%)?
HEX: #CA7E6D | RGB: rgb(202, 126, 109) | CMYK: 0%, 38%, 46%, 21% | HSV: 11°, 46%, 79%. Copy any format from the conversion table above.
What colors go well with #CA7E6D?
The complementary color is HSL(191, 47%, 61%). 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, 47%, 61%) in CSS?
As HSL: color: hsl(11, 47%, 61%); — As HEX: color: #CA7E6D; — As RGB: color: rgb(202, 126, 109); — Tailwind CSS: bg-[hsl(11,47%,61%)] — CSS variable: --color-primary: hsl(11, 47%, 61%);