HSL(333, 67%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,67%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 67%, 62%) | color: hsl(333, 67%, 62%) | |
| HEX | #DF5D98 | color: #DF5D98 | |
| RGB | rgb(223, 93, 152) | color: rgb(223, 93, 152) | |
| CMYK | cmyk(0%, 58%, 32%, 13%) | — | |
| HSV | hsv(333, 58%, 87%) | — | |
| HWB | hwb(333 37% 13%) | color: hwb(333 37% 13%) | |
| OKLCH | oklch(0.6591 0.1727 354.58) | color: oklch(0.6591 0.1727 354.58) | |
| Lab | lab(57.84 56.49 -6.45) | color: lab(57.84 56.49 -6.45) | |
| LCH | lch(57.84 56.86 353.49) | color: lch(57.84 56.86 353.49) |
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)
#A7A68A — rgb(167, 166, 138)
Deuteranopia (Green-blind)
#AEB886 — rgb(174, 184, 134)
Tritanopia (Blue-blind)
#D97E7C — rgb(217, 126, 124)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 67%, 62%);
text
color: hsl(333, 67%, 62%);
border
border: 2px solid hsl(333, 67%, 62%);
gradient light
background: linear-gradient(to right, hsl(333, 67%, 82%), hsl(333, 67%, 62%));
gradient dark
background: linear-gradient(to right, hsl(333, 67%, 62%), hsl(333, 67%, 42%))
hex
background-color: #DF5D98;
tailwind
bg-[hsl(333,67%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 67%, 62%, 0.4);
css variable
--color-primary: hsl(333, 67%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 67%, 62%)?
HEX: #DF5D98 | RGB: rgb(223, 93, 152) | CMYK: 0%, 58%, 32%, 13% | HSV: 333°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #DF5D98?
The complementary color is HSL(153, 67%, 62%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 67%, 62%) in CSS?
As HSL: color: hsl(333, 67%, 62%); — As HEX: color: #DF5D98; — As RGB: color: rgb(223, 93, 152); — Tailwind CSS: bg-[hsl(333,67%,62%)] — CSS variable: --color-primary: hsl(333, 67%, 62%);