HSL(7, 54%, 64%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,54%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 54%, 64%) | color: hsl(7, 54%, 64%) | |
| HEX | #D57D72 | color: #D57D72 | |
| RGB | rgb(213, 125, 114) | color: rgb(213, 125, 114) | |
| CMYK | cmyk(0%, 41%, 46%, 16%) | — | |
| HSV | hsv(7, 46%, 84%) | — | |
| HWB | hwb(7 45% 16%) | color: hwb(7 45% 16%) | |
| OKLCH | oklch(0.6822 0.1114 27.91) | color: oklch(0.6822 0.1114 27.91) | |
| Lab | lab(61.68 32.9 20.77) | color: lab(61.68 32.9 20.77) | |
| LCH | lch(61.68 38.91 32.26) | color: lch(61.68 38.91 32.26) |
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)
#AFAE75 — rgb(175, 174, 117)
Deuteranopia (Green-blind)
#B4BB75 — rgb(180, 187, 117)
Tritanopia (Blue-blind)
#D17777 — rgb(209, 119, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 54%, 64%);
text
color: hsl(7, 54%, 64%);
border
border: 2px solid hsl(7, 54%, 64%);
gradient light
background: linear-gradient(to right, hsl(7, 54%, 84%), hsl(7, 54%, 64%));
gradient dark
background: linear-gradient(to right, hsl(7, 54%, 64%), hsl(7, 54%, 44%))
hex
background-color: #D57D72;
tailwind
bg-[hsl(7,54%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 54%, 64%, 0.4);
css variable
--color-primary: hsl(7, 54%, 64%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 54%, 64%)?
HEX: #D57D72 | RGB: rgb(213, 125, 114) | CMYK: 0%, 41%, 46%, 16% | HSV: 7°, 46%, 84%. Copy any format from the conversion table above.
What colors go well with #D57D72?
The complementary color is HSL(187, 54%, 64%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 54%, 64%) in CSS?
As HSL: color: hsl(7, 54%, 64%); — As HEX: color: #D57D72; — As RGB: color: rgb(213, 125, 114); — Tailwind CSS: bg-[hsl(7,54%,64%)] — CSS variable: --color-primary: hsl(7, 54%, 64%);