HSL(333, 53%, 69%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,53%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 53%, 69%) | color: hsl(333, 53%, 69%) | |
| HEX | #DA86AC | color: #DA86AC | |
| RGB | rgb(218, 134, 172) | color: rgb(218, 134, 172) | |
| CMYK | cmyk(0%, 39%, 21%, 15%) | — | |
| HSV | hsv(333, 39%, 85%) | — | |
| HWB | hwb(333 52% 15%) | color: hwb(333 52% 15%) | |
| OKLCH | oklch(0.7189 0.1125 351.67) | color: oklch(0.7189 0.1125 351.67) | |
| Lab | lab(65.7 37.21 -6.33) | color: lab(65.7 37.21 -6.33) | |
| LCH | lch(65.7 37.74 350.35) | color: lch(65.7 37.74 350.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B6B5A3 — rgb(182, 181, 163)
Deuteranopia (Green-blind)
#BBC1A1 — rgb(187, 193, 161)
Tritanopia (Blue-blind)
#D69C9A — rgb(214, 156, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 53%, 69%);
text
color: hsl(333, 53%, 69%);
border
border: 2px solid hsl(333, 53%, 69%);
gradient light
background: linear-gradient(to right, hsl(333, 53%, 89%), hsl(333, 53%, 69%));
gradient dark
background: linear-gradient(to right, hsl(333, 53%, 69%), hsl(333, 53%, 49%))
hex
background-color: #DA86AC;
tailwind
bg-[hsl(333,53%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 53%, 69%, 0.4);
css variable
--color-primary: hsl(333, 53%, 69%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 53%, 69%)?
HEX: #DA86AC | RGB: rgb(218, 134, 172) | CMYK: 0%, 39%, 21%, 15% | HSV: 333°, 39%, 85%. Copy any format from the conversion table above.
What colors go well with #DA86AC?
The complementary color is HSL(153, 53%, 69%). 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, 53%, 69%) in CSS?
As HSL: color: hsl(333, 53%, 69%); — As HEX: color: #DA86AC; — As RGB: color: rgb(218, 134, 172); — Tailwind CSS: bg-[hsl(333,53%,69%)] — CSS variable: --color-primary: hsl(333, 53%, 69%);