HSL(318, 68%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,68%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 68%, 80%) | color: hsl(318, 68%, 80%) | |
| HEX | #EFA9DA | color: #EFA9DA | |
| RGB | rgb(239, 169, 218) | color: rgb(239, 169, 218) | |
| CMYK | cmyk(0%, 29%, 9%, 6%) | — | |
| HSV | hsv(318, 29%, 94%) | — | |
| HWB | hwb(318 67% 6%) | color: hwb(318 67% 6%) | |
| OKLCH | oklch(0.816 0.103 338.1) | color: oklch(0.816 0.103 338.1) | |
| Lab | lab(77.16 33.12 -14.45) | color: lab(77.16 33.12 -14.45) | |
| LCH | lch(77.16 36.13 336.43) | color: lch(77.16 36.13 336.43) |
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)
#D1D0CE — rgb(209, 208, 206)
Deuteranopia (Green-blind)
#D5DACB — rgb(213, 218, 203)
Tritanopia (Blue-blind)
#ECC5C3 — rgb(236, 197, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 68%, 80%);
text
color: hsl(318, 68%, 80%);
border
border: 2px solid hsl(318, 68%, 80%);
gradient light
background: linear-gradient(to right, hsl(318, 68%, 100%), hsl(318, 68%, 80%));
gradient dark
background: linear-gradient(to right, hsl(318, 68%, 80%), hsl(318, 68%, 60%))
hex
background-color: #EFA9DA;
tailwind
bg-[hsl(318,68%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 68%, 80%, 0.4);
css variable
--color-primary: hsl(318, 68%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 68%, 80%)?
HEX: #EFA9DA | RGB: rgb(239, 169, 218) | CMYK: 0%, 29%, 9%, 6% | HSV: 318°, 29%, 94%. Copy any format from the conversion table above.
What colors go well with #EFA9DA?
The complementary color is HSL(138, 68%, 80%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(318, 68%, 80%) in CSS?
As HSL: color: hsl(318, 68%, 80%); — As HEX: color: #EFA9DA; — As RGB: color: rgb(239, 169, 218); — Tailwind CSS: bg-[hsl(318,68%,80%)] — CSS variable: --color-primary: hsl(318, 68%, 80%);