HSL(336, 92%, 69%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(336,92%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(336, 92%, 69%) | color: hsl(336, 92%, 69%) | |
| HEX | #F967A1 | color: #F967A1 | |
| RGB | rgb(249, 103, 161) | color: rgb(249, 103, 161) | |
| CMYK | cmyk(0%, 59%, 35%, 2%) | — | |
| HSV | hsv(336, 59%, 98%) | — | |
| HWB | hwb(336 40% 2%) | color: hwb(336 40% 2%) | |
| OKLCH | oklch(0.7113 0.1864 358.17) | color: oklch(0.7113 0.1864 358.17) | |
| Lab | lab(63.69 61.09 -2.57) | color: lab(63.69 61.09 -2.57) | |
| LCH | lch(63.69 61.14 357.59) | color: lch(63.69 61.14 357.59) |
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)
#BAB893 — rgb(186, 184, 147)
Deuteranopia (Green-blind)
#C2CD90 — rgb(194, 205, 144)
Tritanopia (Blue-blind)
#F28885 — rgb(242, 136, 133)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(336, 92%, 69%);
text
color: hsl(336, 92%, 69%);
border
border: 2px solid hsl(336, 92%, 69%);
gradient light
background: linear-gradient(to right, hsl(336, 92%, 89%), hsl(336, 92%, 69%));
gradient dark
background: linear-gradient(to right, hsl(336, 92%, 69%), hsl(336, 92%, 49%))
hex
background-color: #F967A1;
tailwind
bg-[hsl(336,92%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(336, 92%, 69%, 0.4);
css variable
--color-primary: hsl(336, 92%, 69%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(336, 92%, 69%)?
HEX: #F967A1 | RGB: rgb(249, 103, 161) | CMYK: 0%, 59%, 35%, 2% | HSV: 336°, 59%, 98%. Copy any format from the conversion table above.
What colors go well with #F967A1?
The complementary color is HSL(156, 92%, 69%). 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, 92%, 69%) in CSS?
As HSL: color: hsl(336, 92%, 69%); — As HEX: color: #F967A1; — As RGB: color: rgb(249, 103, 161); — Tailwind CSS: bg-[hsl(336,92%,69%)] — CSS variable: --color-primary: hsl(336, 92%, 69%);