HSL(5, 63%, 66%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(5,63%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(5, 63%, 66%) | color: hsl(5, 63%, 66%) | |
| HEX | #DF7B72 | color: #DF7B72 | |
| RGB | rgb(223, 123, 114) | color: rgb(223, 123, 114) | |
| CMYK | cmyk(0%, 45%, 49%, 13%) | — | |
| HSV | hsv(5, 49%, 87%) | — | |
| HWB | hwb(5 44% 13%) | color: hwb(5 44% 13%) | |
| OKLCH | oklch(0.6917 0.1256 26.2) | color: oklch(0.6917 0.1256 26.2) | |
| Lab | lab(62.57 37.76 22.2) | color: lab(62.57 37.76 22.2) | |
| LCH | lch(62.57 43.8 30.45) | color: lch(62.57 43.8 30.45) |
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)
#B4B374 — rgb(180, 179, 116)
Deuteranopia (Green-blind)
#BAC175 — rgb(186, 193, 117)
Tritanopia (Blue-blind)
#DA7676 — rgb(218, 118, 118)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(5, 63%, 66%);
text
color: hsl(5, 63%, 66%);
border
border: 2px solid hsl(5, 63%, 66%);
gradient light
background: linear-gradient(to right, hsl(5, 63%, 86%), hsl(5, 63%, 66%));
gradient dark
background: linear-gradient(to right, hsl(5, 63%, 66%), hsl(5, 63%, 46%))
hex
background-color: #DF7B72;
tailwind
bg-[hsl(5,63%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(5, 63%, 66%, 0.4);
css variable
--color-primary: hsl(5, 63%, 66%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(5, 63%, 66%)?
HEX: #DF7B72 | RGB: rgb(223, 123, 114) | CMYK: 0%, 45%, 49%, 13% | HSV: 5°, 49%, 87%. Copy any format from the conversion table above.
What colors go well with #DF7B72?
The complementary color is HSL(185, 63%, 66%). For a triadic harmony, use hues 5°, 125°, and 245°. For analogous combinations, try hues 335° and 35°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(5, 63%, 66%) in CSS?
As HSL: color: hsl(5, 63%, 66%); — As HEX: color: #DF7B72; — As RGB: color: rgb(223, 123, 114); — Tailwind CSS: bg-[hsl(5,63%,66%)] — CSS variable: --color-primary: hsl(5, 63%, 66%);