HSL(343, 27%, 45%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(343,27%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(343, 27%, 45%) | color: hsl(343, 27%, 45%) | |
| HEX | #925465 | color: #925465 | |
| RGB | rgb(146, 84, 101) | color: rgb(146, 84, 101) | |
| CMYK | cmyk(0%, 42%, 31%, 43%) | — | |
| HSV | hsv(344, 42%, 57%) | — | |
| HWB | hwb(344 33% 43%) | color: hwb(344 33% 43%) | |
| OKLCH | oklch(0.5225 0.0847 2.78) | color: oklch(0.5225 0.0847 2.78) | |
| Lab | lab(43.35 27.95 1.43) | color: lab(43.35 27.95 1.43) | |
| LCH | lch(43.35 27.99 2.93) | color: lch(43.35 27.99 2.93) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#777761 — rgb(119, 119, 97)
Deuteranopia (Green-blind)
#7B7F60 — rgb(123, 127, 96)
Tritanopia (Blue-blind)
#8F5E5D — rgb(143, 94, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(343, 27%, 45%);
text
color: hsl(343, 27%, 45%);
border
border: 2px solid hsl(343, 27%, 45%);
gradient light
background: linear-gradient(to right, hsl(343, 27%, 65%), hsl(343, 27%, 45%));
gradient dark
background: linear-gradient(to right, hsl(343, 27%, 45%), hsl(343, 27%, 25%))
hex
background-color: #925465;
tailwind
bg-[hsl(343,27%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(343, 27%, 45%, 0.4);
css variable
--color-primary: hsl(343, 27%, 45%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(343, 27%, 45%)?
HEX: #925465 | RGB: rgb(146, 84, 101) | CMYK: 0%, 42%, 31%, 43% | HSV: 344°, 42%, 57%. Copy any format from the conversion table above.
What colors go well with #925465?
The complementary color is HSL(163, 27%, 45%). For a triadic harmony, use hues 343°, 103°, and 223°. For analogous combinations, try hues 313° and 13°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(343, 27%, 45%) in CSS?
As HSL: color: hsl(343, 27%, 45%); — As HEX: color: #925465; — As RGB: color: rgb(146, 84, 101); — Tailwind CSS: bg-[hsl(343,27%,45%)] — CSS variable: --color-primary: hsl(343, 27%, 45%);