HSL(324, 30%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,30%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 30%, 68%) | color: hsl(324, 30%, 68%) | |
| HEX | #C695B2 | color: #C695B2 | |
| RGB | rgb(198, 149, 178) | color: rgb(198, 149, 178) | |
| CMYK | cmyk(0%, 25%, 10%, 22%) | — | |
| HSV | hsv(324, 25%, 78%) | — | |
| HWB | hwb(324 59% 22%) | color: hwb(324 59% 22%) | |
| OKLCH | oklch(0.725 0.0702 342.71) | color: oklch(0.725 0.0702 342.71) | |
| Lab | lab(67.06 23.02 -7.92) | color: lab(67.06 23.02 -7.92) | |
| LCH | lch(67.06 24.34 341.01) | color: lch(67.06 24.34 341.01) |
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)
#B1B0AB — rgb(177, 176, 171)
Deuteranopia (Green-blind)
#B4B7A9 — rgb(180, 183, 169)
Tritanopia (Blue-blind)
#C4A5A4 — rgb(196, 165, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 30%, 68%);
text
color: hsl(324, 30%, 68%);
border
border: 2px solid hsl(324, 30%, 68%);
gradient light
background: linear-gradient(to right, hsl(324, 30%, 88%), hsl(324, 30%, 68%));
gradient dark
background: linear-gradient(to right, hsl(324, 30%, 68%), hsl(324, 30%, 48%))
hex
background-color: #C695B2;
tailwind
bg-[hsl(324,30%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 30%, 68%, 0.4);
css variable
--color-primary: hsl(324, 30%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 30%, 68%)?
HEX: #C695B2 | RGB: rgb(198, 149, 178) | CMYK: 0%, 25%, 10%, 22% | HSV: 324°, 25%, 78%. Copy any format from the conversion table above.
What colors go well with #C695B2?
The complementary color is HSL(144, 30%, 68%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 30%, 68%) in CSS?
As HSL: color: hsl(324, 30%, 68%); — As HEX: color: #C695B2; — As RGB: color: rgb(198, 149, 178); — Tailwind CSS: bg-[hsl(324,30%,68%)] — CSS variable: --color-primary: hsl(324, 30%, 68%);