HSL(318, 68%, 34%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,68%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 68%, 34%) | color: hsl(318, 68%, 34%) | |
| HEX | #921C6E | color: #921C6E | |
| RGB | rgb(146, 28, 110) | color: rgb(146, 28, 110) | |
| CMYK | cmyk(0%, 81%, 25%, 43%) | — | |
| HSV | hsv(318, 81%, 57%) | — | |
| HWB | hwb(318 11% 43%) | color: hwb(318 11% 43%) | |
| OKLCH | oklch(0.455 0.1722 343.74) | color: oklch(0.455 0.1722 343.74) | |
| Lab | lab(34.13 54.65 -18.03) | color: lab(34.13 54.65 -18.03) | |
| LCH | lch(34.13 57.55 341.74) | color: lch(34.13 57.55 341.74) |
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)
#5F5E5A — rgb(95, 94, 90)
Deuteranopia (Green-blind)
#666F55 — rgb(102, 111, 85)
Tritanopia (Blue-blind)
#8C4A47 — rgb(140, 74, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 68%, 34%);
text
color: hsl(318, 68%, 34%);
border
border: 2px solid hsl(318, 68%, 34%);
gradient light
background: linear-gradient(to right, hsl(318, 68%, 54%), hsl(318, 68%, 34%));
gradient dark
background: linear-gradient(to right, hsl(318, 68%, 34%), hsl(318, 68%, 14%))
hex
background-color: #921C6E;
tailwind
bg-[hsl(318,68%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 68%, 34%, 0.4);
css variable
--color-primary: hsl(318, 68%, 34%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 68%, 34%)?
HEX: #921C6E | RGB: rgb(146, 28, 110) | CMYK: 0%, 81%, 25%, 43% | HSV: 318°, 81%, 57%. Copy any format from the conversion table above.
What colors go well with #921C6E?
The complementary color is HSL(138, 68%, 34%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(318, 68%, 34%) in CSS?
As HSL: color: hsl(318, 68%, 34%); — As HEX: color: #921C6E; — As RGB: color: rgb(146, 28, 110); — Tailwind CSS: bg-[hsl(318,68%,34%)] — CSS variable: --color-primary: hsl(318, 68%, 34%);