HSL(341, 43%, 66%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,43%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 43%, 66%) | color: hsl(341, 43%, 66%) | |
| HEX | #CE839B | color: #CE839B | |
| RGB | rgb(206, 131, 155) | color: rgb(206, 131, 155) | |
| CMYK | cmyk(0%, 36%, 25%, 19%) | — | |
| HSV | hsv(341, 36%, 81%) | — | |
| HWB | hwb(341 52% 19%) | color: hwb(341 52% 19%) | |
| OKLCH | oklch(0.6945 0.0967 359.23) | color: oklch(0.6945 0.0967 359.23) | |
| Lab | lab(63.11 32.08 -0.66) | color: lab(63.11 32.08 -0.66) | |
| LCH | lch(63.11 32.09 358.82) | color: lch(63.11 32.09 358.82) |
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)
#AEAD95 — rgb(174, 173, 149)
Deuteranopia (Green-blind)
#B2B894 — rgb(178, 184, 148)
Tritanopia (Blue-blind)
#CA9190 — rgb(202, 145, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 43%, 66%);
text
color: hsl(341, 43%, 66%);
border
border: 2px solid hsl(341, 43%, 66%);
gradient light
background: linear-gradient(to right, hsl(341, 43%, 86%), hsl(341, 43%, 66%));
gradient dark
background: linear-gradient(to right, hsl(341, 43%, 66%), hsl(341, 43%, 46%))
hex
background-color: #CE839B;
tailwind
bg-[hsl(341,43%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 43%, 66%, 0.4);
css variable
--color-primary: hsl(341, 43%, 66%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 43%, 66%)?
HEX: #CE839B | RGB: rgb(206, 131, 155) | CMYK: 0%, 36%, 25%, 19% | HSV: 341°, 36%, 81%. Copy any format from the conversion table above.
What colors go well with #CE839B?
The complementary color is HSL(161, 43%, 66%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 43%, 66%) in CSS?
As HSL: color: hsl(341, 43%, 66%); — As HEX: color: #CE839B; — As RGB: color: rgb(206, 131, 155); — Tailwind CSS: bg-[hsl(341,43%,66%)] — CSS variable: --color-primary: hsl(341, 43%, 66%);