HSL(326, 67%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,67%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 67%, 81%) | color: hsl(326, 67%, 81%) | |
| HEX | #EFAED3 | color: #EFAED3 | |
| RGB | rgb(239, 174, 211) | color: rgb(239, 174, 211) | |
| CMYK | cmyk(0%, 27%, 12%, 6%) | — | |
| HSV | hsv(326, 27%, 94%) | — | |
| HWB | hwb(326 69% 6%) | color: hwb(326 69% 6%) | |
| OKLCH | oklch(0.8223 0.0891 344.11) | color: oklch(0.8223 0.0891 344.11) | |
| Lab | lab(78.07 29.3 -9.28) | color: lab(78.07 29.3 -9.28) | |
| LCH | lch(78.07 30.73 342.43) | color: lch(78.07 30.73 342.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)
#D3D2CA — rgb(211, 210, 202)
Deuteranopia (Green-blind)
#D7DCC8 — rgb(215, 220, 200)
Tritanopia (Blue-blind)
#ECC3C1 — rgb(236, 195, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 67%, 81%);
text
color: hsl(326, 67%, 81%);
border
border: 2px solid hsl(326, 67%, 81%);
gradient light
background: linear-gradient(to right, hsl(326, 67%, 100%), hsl(326, 67%, 81%));
gradient dark
background: linear-gradient(to right, hsl(326, 67%, 81%), hsl(326, 67%, 61%))
hex
background-color: #EFAED3;
tailwind
bg-[hsl(326,67%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 67%, 81%, 0.4);
css variable
--color-primary: hsl(326, 67%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 67%, 81%)?
HEX: #EFAED3 | RGB: rgb(239, 174, 211) | CMYK: 0%, 27%, 12%, 6% | HSV: 326°, 27%, 94%. Copy any format from the conversion table above.
What colors go well with #EFAED3?
The complementary color is HSL(146, 67%, 81%). 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, 67%, 81%) in CSS?
As HSL: color: hsl(326, 67%, 81%); — As HEX: color: #EFAED3; — As RGB: color: rgb(239, 174, 211); — Tailwind CSS: bg-[hsl(326,67%,81%)] — CSS variable: --color-primary: hsl(326, 67%, 81%);