HSL(326, 60%, 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(326,60%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 60%, 92%) | color: hsl(326, 60%, 92%) | |
| HEX | #F7DEEC | color: #F7DEEC | |
| RGB | rgb(247, 222, 236) | color: rgb(247, 222, 236) | |
| CMYK | cmyk(0%, 10%, 4%, 3%) | — | |
| HSV | hsv(326, 10%, 97%) | — | |
| HWB | hwb(326 87% 3%) | color: hwb(326 87% 3%) | |
| OKLCH | oklch(0.925 0.0329 342.97) | color: oklch(0.925 0.0329 342.97) | |
| Lab | lab(90.81 10.93 -3.69) | color: lab(90.81 10.93 -3.69) | |
| LCH | lch(90.81 11.54 341.35) | color: lch(90.81 11.54 341.35) |
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)
#ECECE9 — rgb(236, 236, 233)
Deuteranopia (Green-blind)
#EEF0E8 — rgb(238, 240, 232)
Tritanopia (Blue-blind)
#F6E6E5 — rgb(246, 230, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 60%, 92%);
text
color: hsl(326, 60%, 92%);
border
border: 2px solid hsl(326, 60%, 92%);
gradient light
background: linear-gradient(to right, hsl(326, 60%, 100%), hsl(326, 60%, 92%));
gradient dark
background: linear-gradient(to right, hsl(326, 60%, 92%), hsl(326, 60%, 72%))
hex
background-color: #F7DEEC;
tailwind
bg-[hsl(326,60%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 60%, 92%, 0.4);
css variable
--color-primary: hsl(326, 60%, 92%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 60%, 92%)?
HEX: #F7DEEC | RGB: rgb(247, 222, 236) | CMYK: 0%, 10%, 4%, 3% | HSV: 326°, 10%, 97%. Copy any format from the conversion table above.
What colors go well with #F7DEEC?
The complementary color is HSL(146, 60%, 92%). 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, 60%, 92%) in CSS?
As HSL: color: hsl(326, 60%, 92%); — As HEX: color: #F7DEEC; — As RGB: color: rgb(247, 222, 236); — Tailwind CSS: bg-[hsl(326,60%,92%)] — CSS variable: --color-primary: hsl(326, 60%, 92%);