HSL(3, 68%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(3,68%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 68%, 66%) | color: hsl(3, 68%, 66%) | |
| HEX | #E3736D | color: #E3736D | |
| RGB | rgb(227, 115, 109) | color: rgb(227, 115, 109) | |
| CMYK | cmyk(0%, 49%, 52%, 11%) | — | |
| HSV | hsv(3, 52%, 89%) | — | |
| HWB | hwb(3 43% 11%) | color: hwb(3 43% 11%) | |
| OKLCH | oklch(0.6836 0.1404 24.59) | color: oklch(0.6836 0.1404 24.59) | |
| Lab | lab(61.4 42.87 23.55) | color: lab(61.4 42.87 23.55) | |
| LCH | lch(61.4 48.91 28.78) | color: lch(61.4 48.91 28.78) |
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)
#B3B16E — rgb(179, 177, 110)
Deuteranopia (Green-blind)
#B9C16F — rgb(185, 193, 111)
Tritanopia (Blue-blind)
#DD7070 — rgb(221, 112, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 68%, 66%);
text
color: hsl(3, 68%, 66%);
border
border: 2px solid hsl(3, 68%, 66%);
gradient light
background: linear-gradient(to right, hsl(3, 68%, 86%), hsl(3, 68%, 66%));
gradient dark
background: linear-gradient(to right, hsl(3, 68%, 66%), hsl(3, 68%, 46%))
hex
background-color: #E3736D;
tailwind
bg-[hsl(3,68%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 68%, 66%, 0.4);
css variable
--color-primary: hsl(3, 68%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(3, 68%, 66%)?
HEX: #E3736D | RGB: rgb(227, 115, 109) | CMYK: 0%, 49%, 52%, 11% | HSV: 3°, 52%, 89%. Copy any format from the conversion table above.
What colors go well with #E3736D?
The complementary color is HSL(183, 68%, 66%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 68%, 66%) in CSS?
As HSL: color: hsl(3, 68%, 66%); — As HEX: color: #E3736D; — As RGB: color: rgb(227, 115, 109); — Tailwind CSS: bg-[hsl(3,68%,66%)] — CSS variable: --color-primary: hsl(3, 68%, 66%);