HSL(337, 23%, 68%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,23%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 23%, 68%) | color: hsl(337, 23%, 68%) | |
| HEX | #C09BA9 | color: #C09BA9 | |
| RGB | rgb(192, 155, 169) | color: rgb(192, 155, 169) | |
| CMYK | cmyk(0%, 19%, 12%, 25%) | — | |
| HSV | hsv(337, 19%, 75%) | — | |
| HWB | hwb(337 61% 25%) | color: hwb(337 61% 25%) | |
| OKLCH | oklch(0.7273 0.0477 353.68) | color: oklch(0.7273 0.0477 353.68) | |
| Lab | lab(67.66 16.01 -2.07) | color: lab(67.66 16.01 -2.07) | |
| LCH | lch(67.66 16.14 352.63) | color: lch(67.66 16.14 352.63) |
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)
#B0B0A6 — rgb(176, 176, 166)
Deuteranopia (Green-blind)
#B2B5A5 — rgb(178, 181, 165)
Tritanopia (Blue-blind)
#BEA3A2 — rgb(190, 163, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 23%, 68%);
text
color: hsl(337, 23%, 68%);
border
border: 2px solid hsl(337, 23%, 68%);
gradient light
background: linear-gradient(to right, hsl(337, 23%, 88%), hsl(337, 23%, 68%));
gradient dark
background: linear-gradient(to right, hsl(337, 23%, 68%), hsl(337, 23%, 48%))
hex
background-color: #C09BA9;
tailwind
bg-[hsl(337,23%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 23%, 68%, 0.4);
css variable
--color-primary: hsl(337, 23%, 68%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 23%, 68%)?
HEX: #C09BA9 | RGB: rgb(192, 155, 169) | CMYK: 0%, 19%, 12%, 25% | HSV: 337°, 19%, 75%. Copy any format from the conversion table above.
What colors go well with #C09BA9?
The complementary color is HSL(157, 23%, 68%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 23%, 68%) in CSS?
As HSL: color: hsl(337, 23%, 68%); — As HEX: color: #C09BA9; — As RGB: color: rgb(192, 155, 169); — Tailwind CSS: bg-[hsl(337,23%,68%)] — CSS variable: --color-primary: hsl(337, 23%, 68%);