HSL(6, 45%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(6,45%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 45%, 79%) | color: hsl(6, 45%, 79%) | |
| HEX | #E2B6B1 | color: #E2B6B1 | |
| RGB | rgb(226, 182, 177) | color: rgb(226, 182, 177) | |
| CMYK | cmyk(0%, 19%, 22%, 11%) | — | |
| HSV | hsv(6, 22%, 89%) | — | |
| HWB | hwb(6 69% 11%) | color: hwb(6 69% 11%) | |
| OKLCH | oklch(0.814 0.0517 25.8) | color: oklch(0.814 0.0517 25.8) | |
| Lab | lab(77.76 15.11 8.57) | color: lab(77.76 15.11 8.57) | |
| LCH | lch(77.76 17.37 29.56) | color: lch(77.76 17.37 29.56) |
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)
#CFCFB2 — rgb(207, 207, 178)
Deuteranopia (Green-blind)
#D2D5B3 — rgb(210, 213, 179)
Tritanopia (Blue-blind)
#E0B3B3 — rgb(224, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 45%, 79%);
text
color: hsl(6, 45%, 79%);
border
border: 2px solid hsl(6, 45%, 79%);
gradient light
background: linear-gradient(to right, hsl(6, 45%, 99%), hsl(6, 45%, 79%));
gradient dark
background: linear-gradient(to right, hsl(6, 45%, 79%), hsl(6, 45%, 59%))
hex
background-color: #E2B6B1;
tailwind
bg-[hsl(6,45%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 45%, 79%, 0.4);
css variable
--color-primary: hsl(6, 45%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(6, 45%, 79%)?
HEX: #E2B6B1 | RGB: rgb(226, 182, 177) | CMYK: 0%, 19%, 22%, 11% | HSV: 6°, 22%, 89%. Copy any format from the conversion table above.
What colors go well with #E2B6B1?
The complementary color is HSL(186, 45%, 79%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 45%, 79%) in CSS?
As HSL: color: hsl(6, 45%, 79%); — As HEX: color: #E2B6B1; — As RGB: color: rgb(226, 182, 177); — Tailwind CSS: bg-[hsl(6,45%,79%)] — CSS variable: --color-primary: hsl(6, 45%, 79%);