HSL(326, 63%, 79%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,63%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 63%, 79%) | color: hsl(326, 63%, 79%) | |
| HEX | #EBA8CE | color: #EBA8CE | |
| RGB | rgb(235, 168, 206) | color: rgb(235, 168, 206) | |
| CMYK | cmyk(0%, 29%, 12%, 8%) | — | |
| HSV | hsv(326, 29%, 92%) | — | |
| HWB | hwb(326 65% 8%) | color: hwb(326 65% 8%) | |
| OKLCH | oklch(0.8062 0.0922 344.35) | color: oklch(0.8062 0.0922 344.35) | |
| Lab | lab(76.15 30.31 -9.47) | color: lab(76.15 30.31 -9.47) | |
| LCH | lch(76.15 31.75 342.65) | color: lch(76.15 31.75 342.65) |
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)
#CECDC5 — rgb(206, 205, 197)
Deuteranopia (Green-blind)
#D2D7C3 — rgb(210, 215, 195)
Tritanopia (Blue-blind)
#E8BEBC — rgb(232, 190, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 63%, 79%);
text
color: hsl(326, 63%, 79%);
border
border: 2px solid hsl(326, 63%, 79%);
gradient light
background: linear-gradient(to right, hsl(326, 63%, 99%), hsl(326, 63%, 79%));
gradient dark
background: linear-gradient(to right, hsl(326, 63%, 79%), hsl(326, 63%, 59%))
hex
background-color: #EBA8CE;
tailwind
bg-[hsl(326,63%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 63%, 79%, 0.4);
css variable
--color-primary: hsl(326, 63%, 79%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 63%, 79%)?
HEX: #EBA8CE | RGB: rgb(235, 168, 206) | CMYK: 0%, 29%, 12%, 8% | HSV: 326°, 29%, 92%. Copy any format from the conversion table above.
What colors go well with #EBA8CE?
The complementary color is HSL(146, 63%, 79%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 63%, 79%) in CSS?
As HSL: color: hsl(326, 63%, 79%); — As HEX: color: #EBA8CE; — As RGB: color: rgb(235, 168, 206); — Tailwind CSS: bg-[hsl(326,63%,79%)] — CSS variable: --color-primary: hsl(326, 63%, 79%);