HSL(315, 100%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(315,100%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(315, 100%, 71%) | color: hsl(315, 100%, 71%) | |
| HEX | #FF6BDA | color: #FF6BDA | |
| RGB | rgb(255, 107, 218) | color: rgb(255, 107, 218) | |
| CMYK | cmyk(0%, 58%, 15%, 0%) | — | |
| HSV | hsv(315, 58%, 100%) | — | |
| HWB | hwb(315 42% 0%) | color: hwb(315 42% 0%) | |
| OKLCH | oklch(0.7451 0.2167 338.46) | color: oklch(0.7451 0.2167 338.46) | |
| Lab | lab(67.16 68.45 -29.49) | color: lab(67.16 68.45 -29.49) | |
| LCH | lch(67.16 74.53 336.69) | color: lch(67.16 74.53 336.69) |
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)
#BFBEBF — rgb(191, 190, 191)
Deuteranopia (Green-blind)
#C8D3B9 — rgb(200, 211, 185)
Tritanopia (Blue-blind)
#F8AAA5 — rgb(248, 170, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(315, 100%, 71%);
text
color: hsl(315, 100%, 71%);
border
border: 2px solid hsl(315, 100%, 71%);
gradient light
background: linear-gradient(to right, hsl(315, 100%, 91%), hsl(315, 100%, 71%));
gradient dark
background: linear-gradient(to right, hsl(315, 100%, 71%), hsl(315, 100%, 51%))
hex
background-color: #FF6BDA;
tailwind
bg-[hsl(315,100%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(315, 100%, 71%, 0.4);
css variable
--color-primary: hsl(315, 100%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(315, 100%, 71%)?
HEX: #FF6BDA | RGB: rgb(255, 107, 218) | CMYK: 0%, 58%, 15%, 0% | HSV: 315°, 58%, 100%. Copy any format from the conversion table above.
What colors go well with #FF6BDA?
The complementary color is HSL(135, 100%, 71%). For a triadic harmony, use hues 315°, 75°, and 195°. For analogous combinations, try hues 285° and 345°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(315, 100%, 71%) in CSS?
As HSL: color: hsl(315, 100%, 71%); — As HEX: color: #FF6BDA; — As RGB: color: rgb(255, 107, 218); — Tailwind CSS: bg-[hsl(315,100%,71%)] — CSS variable: --color-primary: hsl(315, 100%, 71%);