HSL(323, 24%, 92%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,24%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 24%, 92%) | color: hsl(323, 24%, 92%) | |
| HEX | #EFE6EC | color: #EFE6EC | |
| RGB | rgb(239, 230, 236) | color: rgb(239, 230, 236) | |
| CMYK | cmyk(0%, 4%, 1%, 6%) | — | |
| HSV | hsv(320, 4%, 94%) | — | |
| HWB | hwb(320 90% 6%) | color: hwb(320 90% 6%) | |
| OKLCH | oklch(0.9337 0.0125 337.53) | color: oklch(0.9337 0.0125 337.53) | |
| Lab | lab(92.13 4.09 -1.83) | color: lab(92.13 4.09 -1.83) | |
| LCH | lch(92.13 4.48 335.89) | color: lch(92.13 4.48 335.89) |
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)
#EBEBEB — rgb(235, 235, 235)
Deuteranopia (Green-blind)
#ECECEA — rgb(236, 236, 234)
Tritanopia (Blue-blind)
#EFE9E9 — rgb(239, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 24%, 92%);
text
color: hsl(323, 24%, 92%);
border
border: 2px solid hsl(323, 24%, 92%);
gradient light
background: linear-gradient(to right, hsl(323, 24%, 100%), hsl(323, 24%, 92%));
gradient dark
background: linear-gradient(to right, hsl(323, 24%, 92%), hsl(323, 24%, 72%))
hex
background-color: #EFE6EC;
tailwind
bg-[hsl(323,24%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 24%, 92%, 0.4);
css variable
--color-primary: hsl(323, 24%, 92%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 24%, 92%)?
HEX: #EFE6EC | RGB: rgb(239, 230, 236) | CMYK: 0%, 4%, 1%, 6% | HSV: 320°, 4%, 94%. Copy any format from the conversion table above.
What colors go well with #EFE6EC?
The complementary color is HSL(143, 24%, 92%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 24%, 92%) in CSS?
As HSL: color: hsl(323, 24%, 92%); — As HEX: color: #EFE6EC; — As RGB: color: rgb(239, 230, 236); — Tailwind CSS: bg-[hsl(323,24%,92%)] — CSS variable: --color-primary: hsl(323, 24%, 92%);