HSL(334, 50%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,50%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 50%, 59%) | color: hsl(334, 50%, 59%) | |
| HEX | #CB628F | color: #CB628F | |
| RGB | rgb(203, 98, 143) | color: rgb(203, 98, 143) | |
| CMYK | cmyk(0%, 52%, 30%, 20%) | — | |
| HSV | hsv(334, 52%, 80%) | — | |
| HWB | hwb(334 38% 20%) | color: hwb(334 38% 20%) | |
| OKLCH | oklch(0.6349 0.1418 354.93) | color: oklch(0.6349 0.1418 354.93) | |
| Lab | lab(55.5 46.59 -4.98) | color: lab(55.5 46.59 -4.98) | |
| LCH | lch(55.5 46.86 353.9) | color: lch(55.5 46.86 353.9) |
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)
#9E9D84 — rgb(158, 157, 132)
Deuteranopia (Green-blind)
#A4AC82 — rgb(164, 172, 130)
Tritanopia (Blue-blind)
#C67C7A — rgb(198, 124, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 50%, 59%);
text
color: hsl(334, 50%, 59%);
border
border: 2px solid hsl(334, 50%, 59%);
gradient light
background: linear-gradient(to right, hsl(334, 50%, 79%), hsl(334, 50%, 59%));
gradient dark
background: linear-gradient(to right, hsl(334, 50%, 59%), hsl(334, 50%, 39%))
hex
background-color: #CB628F;
tailwind
bg-[hsl(334,50%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 50%, 59%, 0.4);
css variable
--color-primary: hsl(334, 50%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 50%, 59%)?
HEX: #CB628F | RGB: rgb(203, 98, 143) | CMYK: 0%, 52%, 30%, 20% | HSV: 334°, 52%, 80%. Copy any format from the conversion table above.
What colors go well with #CB628F?
The complementary color is HSL(154, 50%, 59%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 50%, 59%) in CSS?
As HSL: color: hsl(334, 50%, 59%); — As HEX: color: #CB628F; — As RGB: color: rgb(203, 98, 143); — Tailwind CSS: bg-[hsl(334,50%,59%)] — CSS variable: --color-primary: hsl(334, 50%, 59%);