HSL(345, 70%, 57%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,70%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 70%, 57%) | color: hsl(345, 70%, 57%) | |
| HEX | #DE456B | color: #DE456B | |
| RGB | rgb(222, 69, 107) | color: rgb(222, 69, 107) | |
| CMYK | cmyk(0%, 69%, 52%, 13%) | — | |
| HSV | hsv(345, 69%, 87%) | — | |
| HWB | hwb(345 27% 13%) | color: hwb(345 27% 13%) | |
| OKLCH | oklch(0.6172 0.1897 9.96) | color: oklch(0.6172 0.1897 9.96) | |
| Lab | lab(52.79 61.58 12.85) | color: lab(52.79 61.58 12.85) | |
| LCH | lch(52.79 62.91 11.79) | color: lch(52.79 62.91 11.79) |
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)
#9C9A62 — rgb(156, 154, 98)
Deuteranopia (Green-blind)
#A5B060 — rgb(165, 176, 96)
Tritanopia (Blue-blind)
#D65B59 — rgb(214, 91, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 70%, 57%);
text
color: hsl(345, 70%, 57%);
border
border: 2px solid hsl(345, 70%, 57%);
gradient light
background: linear-gradient(to right, hsl(345, 70%, 77%), hsl(345, 70%, 57%));
gradient dark
background: linear-gradient(to right, hsl(345, 70%, 57%), hsl(345, 70%, 37%))
hex
background-color: #DE456B;
tailwind
bg-[hsl(345,70%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 70%, 57%, 0.4);
css variable
--color-primary: hsl(345, 70%, 57%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(345, 70%, 57%)?
HEX: #DE456B | RGB: rgb(222, 69, 107) | CMYK: 0%, 69%, 52%, 13% | HSV: 345°, 69%, 87%. Copy any format from the conversion table above.
What colors go well with #DE456B?
The complementary color is HSL(165, 70%, 57%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 70%, 57%) in CSS?
As HSL: color: hsl(345, 70%, 57%); — As HEX: color: #DE456B; — As RGB: color: rgb(222, 69, 107); — Tailwind CSS: bg-[hsl(345,70%,57%)] — CSS variable: --color-primary: hsl(345, 70%, 57%);