HSL(348, 60%, 56%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(348,60%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 60%, 56%) | color: hsl(348, 60%, 56%) | |
| HEX | #D24B66 | color: #D24B66 | |
| RGB | rgb(210, 75, 102) | color: rgb(210, 75, 102) | |
| CMYK | cmyk(0%, 64%, 51%, 18%) | — | |
| HSV | hsv(348, 64%, 82%) | — | |
| HWB | hwb(348 30% 18%) | color: hwb(348 30% 18%) | |
| OKLCH | oklch(0.6034 0.1703 11.84) | color: oklch(0.6034 0.1703 11.84) | |
| Lab | lab(51.49 55.08 13.74) | color: lab(51.49 55.08 13.74) | |
| LCH | lch(51.49 56.77 14.01) | color: lch(51.49 56.77 14.01) |
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)
#98965F — rgb(152, 150, 95)
Deuteranopia (Green-blind)
#9FAA5E — rgb(159, 170, 94)
Tritanopia (Blue-blind)
#CB5A59 — rgb(203, 90, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 60%, 56%);
text
color: hsl(348, 60%, 56%);
border
border: 2px solid hsl(348, 60%, 56%);
gradient light
background: linear-gradient(to right, hsl(348, 60%, 76%), hsl(348, 60%, 56%));
gradient dark
background: linear-gradient(to right, hsl(348, 60%, 56%), hsl(348, 60%, 36%))
hex
background-color: #D24B66;
tailwind
bg-[hsl(348,60%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 60%, 56%, 0.4);
css variable
--color-primary: hsl(348, 60%, 56%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(348, 60%, 56%)?
HEX: #D24B66 | RGB: rgb(210, 75, 102) | CMYK: 0%, 64%, 51%, 18% | HSV: 348°, 64%, 82%. Copy any format from the conversion table above.
What colors go well with #D24B66?
The complementary color is HSL(168, 60%, 56%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 60%, 56%) in CSS?
As HSL: color: hsl(348, 60%, 56%); — As HEX: color: #D24B66; — As RGB: color: rgb(210, 75, 102); — Tailwind CSS: bg-[hsl(348,60%,56%)] — CSS variable: --color-primary: hsl(348, 60%, 56%);