HSL(13, 73%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(13,73%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(13, 73%, 77%) | color: hsl(13, 73%, 77%) | |
| HEX | #EFAC9A | color: #EFAC9A | |
| RGB | rgb(239, 172, 154) | color: rgb(239, 172, 154) | |
| CMYK | cmyk(0%, 28%, 36%, 6%) | — | |
| HSV | hsv(13, 36%, 94%) | — | |
| HWB | hwb(13 60% 6%) | color: hwb(13 60% 6%) | |
| OKLCH | oklch(0.8031 0.0834 35.61) | color: oklch(0.8031 0.0834 35.61) | |
| Lab | lab(76.19 22.27 19.01) | color: lab(76.19 22.27 19.01) | |
| LCH | lch(76.19 29.28 40.48) | color: lch(76.19 29.28 40.48) |
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)
#D2D19E — rgb(210, 209, 158)
Deuteranopia (Green-blind)
#D6DB9F — rgb(214, 219, 159)
Tritanopia (Blue-blind)
#ECA2A3 — rgb(236, 162, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(13, 73%, 77%);
text
color: hsl(13, 73%, 77%);
border
border: 2px solid hsl(13, 73%, 77%);
gradient light
background: linear-gradient(to right, hsl(13, 73%, 97%), hsl(13, 73%, 77%));
gradient dark
background: linear-gradient(to right, hsl(13, 73%, 77%), hsl(13, 73%, 57%))
hex
background-color: #EFAC9A;
tailwind
bg-[hsl(13,73%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(13, 73%, 77%, 0.4);
css variable
--color-primary: hsl(13, 73%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(13, 73%, 77%)?
HEX: #EFAC9A | RGB: rgb(239, 172, 154) | CMYK: 0%, 28%, 36%, 6% | HSV: 13°, 36%, 94%. Copy any format from the conversion table above.
What colors go well with #EFAC9A?
The complementary color is HSL(193, 73%, 77%). For a triadic harmony, use hues 13°, 133°, and 253°. For analogous combinations, try hues 343° and 43°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(13, 73%, 77%) in CSS?
As HSL: color: hsl(13, 73%, 77%); — As HEX: color: #EFAC9A; — As RGB: color: rgb(239, 172, 154); — Tailwind CSS: bg-[hsl(13,73%,77%)] — CSS variable: --color-primary: hsl(13, 73%, 77%);