HSL(335, 80%, 44%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(335,80%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(335, 80%, 44%) | color: hsl(335, 80%, 44%) | |
| HEX | #CA1661 | color: #CA1661 | |
| RGB | rgb(202, 22, 97) | color: rgb(202, 22, 97) | |
| CMYK | cmyk(0%, 89%, 52%, 21%) | — | |
| HSV | hsv(335, 89%, 79%) | — | |
| HWB | hwb(335 9% 21%) | color: hwb(335 9% 21%) | |
| OKLCH | oklch(0.5467 0.21 4.59) | color: oklch(0.5467 0.21 4.59) | |
| Lab | lab(44.23 68.28 6.39) | color: lab(44.23 68.28 6.39) | |
| LCH | lch(44.23 68.58 5.35) | color: lch(44.23 68.58 5.35) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#7C7A4F — rgb(124, 122, 79)
Deuteranopia (Green-blind)
#87944B — rgb(135, 148, 75)
Tritanopia (Blue-blind)
#C1413D — rgb(193, 65, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(335, 80%, 44%);
text
color: hsl(335, 80%, 44%);
border
border: 2px solid hsl(335, 80%, 44%);
gradient light
background: linear-gradient(to right, hsl(335, 80%, 64%), hsl(335, 80%, 44%));
gradient dark
background: linear-gradient(to right, hsl(335, 80%, 44%), hsl(335, 80%, 24%))
hex
background-color: #CA1661;
tailwind
bg-[hsl(335,80%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(335, 80%, 44%, 0.4);
css variable
--color-primary: hsl(335, 80%, 44%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(335, 80%, 44%)?
HEX: #CA1661 | RGB: rgb(202, 22, 97) | CMYK: 0%, 89%, 52%, 21% | HSV: 335°, 89%, 79%. Copy any format from the conversion table above.
What colors go well with #CA1661?
The complementary color is HSL(155, 80%, 44%). For a triadic harmony, use hues 335°, 95°, and 215°. For analogous combinations, try hues 305° and 5°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(335, 80%, 44%) in CSS?
As HSL: color: hsl(335, 80%, 44%); — As HEX: color: #CA1661; — As RGB: color: rgb(202, 22, 97); — Tailwind CSS: bg-[hsl(335,80%,44%)] — CSS variable: --color-primary: hsl(335, 80%, 44%);