HSL(317, 48%, 61%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,48%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 48%, 61%) | color: hsl(317, 48%, 61%) | |
| HEX | #CB6CB0 | color: #CB6CB0 | |
| RGB | rgb(203, 108, 176) | color: rgb(203, 108, 176) | |
| CMYK | cmyk(0%, 47%, 13%, 20%) | — | |
| HSV | hsv(317, 47%, 80%) | — | |
| HWB | hwb(317 42% 20%) | color: hwb(317 42% 20%) | |
| OKLCH | oklch(0.6615 0.1455 338.92) | color: oklch(0.6615 0.1455 338.92) | |
| Lab | lab(58.56 46.39 -19.53) | color: lab(58.56 46.39 -19.53) | |
| LCH | lch(58.56 50.33 337.17) | color: lch(58.56 50.33 337.17) |
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)
#A2A1A0 — rgb(162, 161, 160)
Deuteranopia (Green-blind)
#A7AF9C — rgb(167, 175, 156)
Tritanopia (Blue-blind)
#C69390 — rgb(198, 147, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 48%, 61%);
text
color: hsl(317, 48%, 61%);
border
border: 2px solid hsl(317, 48%, 61%);
gradient light
background: linear-gradient(to right, hsl(317, 48%, 81%), hsl(317, 48%, 61%));
gradient dark
background: linear-gradient(to right, hsl(317, 48%, 61%), hsl(317, 48%, 41%))
hex
background-color: #CB6CB0;
tailwind
bg-[hsl(317,48%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 48%, 61%, 0.4);
css variable
--color-primary: hsl(317, 48%, 61%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 48%, 61%)?
HEX: #CB6CB0 | RGB: rgb(203, 108, 176) | CMYK: 0%, 47%, 13%, 20% | HSV: 317°, 47%, 80%. Copy any format from the conversion table above.
What colors go well with #CB6CB0?
The complementary color is HSL(137, 48%, 61%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 48%, 61%) in CSS?
As HSL: color: hsl(317, 48%, 61%); — As HEX: color: #CB6CB0; — As RGB: color: rgb(203, 108, 176); — Tailwind CSS: bg-[hsl(317,48%,61%)] — CSS variable: --color-primary: hsl(317, 48%, 61%);