HSL(346, 52%, 61%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(346,52%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(346, 52%, 61%) | color: hsl(346, 52%, 61%) | |
| HEX | #CF6880 | color: #CF6880 | |
| RGB | rgb(207, 104, 128) | color: rgb(207, 104, 128) | |
| CMYK | cmyk(0%, 50%, 38%, 19%) | — | |
| HSV | hsv(346, 50%, 81%) | — | |
| HWB | hwb(346 41% 19%) | color: hwb(346 41% 19%) | |
| OKLCH | oklch(0.6445 0.1319 6.74) | color: oklch(0.6445 0.1319 6.74) | |
| Lab | lab(56.81 43.11 5.79) | color: lab(56.81 43.11 5.79) | |
| LCH | lch(56.81 43.5 7.65) | color: lch(56.81 43.5 7.65) |
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)
#A2A17A — rgb(162, 161, 122)
Deuteranopia (Green-blind)
#A8B079 — rgb(168, 176, 121)
Tritanopia (Blue-blind)
#CA7675 — rgb(202, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(346, 52%, 61%);
text
color: hsl(346, 52%, 61%);
border
border: 2px solid hsl(346, 52%, 61%);
gradient light
background: linear-gradient(to right, hsl(346, 52%, 81%), hsl(346, 52%, 61%));
gradient dark
background: linear-gradient(to right, hsl(346, 52%, 61%), hsl(346, 52%, 41%))
hex
background-color: #CF6880;
tailwind
bg-[hsl(346,52%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(346, 52%, 61%, 0.4);
css variable
--color-primary: hsl(346, 52%, 61%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(346, 52%, 61%)?
HEX: #CF6880 | RGB: rgb(207, 104, 128) | CMYK: 0%, 50%, 38%, 19% | HSV: 346°, 50%, 81%. Copy any format from the conversion table above.
What colors go well with #CF6880?
The complementary color is HSL(166, 52%, 61%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(346, 52%, 61%) in CSS?
As HSL: color: hsl(346, 52%, 61%); — As HEX: color: #CF6880; — As RGB: color: rgb(207, 104, 128); — Tailwind CSS: bg-[hsl(346,52%,61%)] — CSS variable: --color-primary: hsl(346, 52%, 61%);