HSL(336, 85%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 85%, 71%) | color: hsl(336, 85%, 71%) | |
| HEX | #F476A8 | color: #F476A8 | |
| RGB | rgb(244, 118, 168) | color: rgb(244, 118, 168) | |
| CMYK | cmyk(0%, 52%, 31%, 4%) | — | |
| HSV | hsv(336, 52%, 96%) | — | |
| HWB | hwb(336 46% 4%) | color: hwb(336 46% 4%) | |
| OKLCH | oklch(0.726 0.1626 356.92) | color: oklch(0.726 0.1626 356.92) | |
| Lab | lab(65.77 53.48 -3.59) | color: lab(65.77 53.48 -3.59) | |
| LCH | lch(65.77 53.6 356.16) | color: lch(65.77 53.6 356.16) |
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)
#BDBC9C — rgb(189, 188, 156)
Deuteranopia (Green-blind)
#C5CE99 — rgb(197, 206, 153)
Tritanopia (Blue-blind)
#EE9290 — rgb(238, 146, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 85%, 71%);
text
color: hsl(336, 85%, 71%);
border
border: 2px solid hsl(336, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(336, 85%, 91%), hsl(336, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(336, 85%, 71%), hsl(336, 85%, 51%))
hex
background-color: #F476A8;
tailwind
bg-[hsl(336,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 85%, 71%, 0.4);
css variable
--color-primary: hsl(336, 85%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 85%, 71%)?
HEX: #F476A8 | RGB: rgb(244, 118, 168) | CMYK: 0%, 52%, 31%, 4% | HSV: 336°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #F476A8?
The complementary color is HSL(156, 85%, 71%). For a triadic harmony, use hues 336°, 96°, and 216°. For analogous combinations, try hues 306° and 6°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(336, 85%, 71%) in CSS?
As HSL: color: hsl(336, 85%, 71%); — As HEX: color: #F476A8; — As RGB: color: rgb(244, 118, 168); — Tailwind CSS: bg-[hsl(336,85%,71%)] — CSS variable: --color-primary: hsl(336, 85%, 71%);