HSL(326, 72%, 90%)
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,72%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 72%, 90%) | color: hsl(326, 72%, 90%) | |
| HEX | #F8D3E8 | color: #F8D3E8 | |
| RGB | rgb(248, 211, 232) | color: rgb(248, 211, 232) | |
| CMYK | cmyk(0%, 15%, 6%, 3%) | — | |
| HSV | hsv(326, 15%, 97%) | — | |
| HWB | hwb(326 82% 3%) | color: hwb(326 82% 3%) | |
| OKLCH | oklch(0.9041 0.0494 343.02) | color: oklch(0.9041 0.0494 343.02) | |
| Lab | lab(88.15 16.33 -5.5) | color: lab(88.15 16.33 -5.5) | |
| LCH | lch(88.15 17.23 341.39) | color: lch(88.15 17.23 341.39) |
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)
#E8E8E3 — rgb(232, 232, 227)
Deuteranopia (Green-blind)
#EAEDE2 — rgb(234, 237, 226)
Tritanopia (Blue-blind)
#F6DFDE — rgb(246, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 72%, 90%);
text
color: hsl(326, 72%, 90%);
border
border: 2px solid hsl(326, 72%, 90%);
gradient light
background: linear-gradient(to right, hsl(326, 72%, 100%), hsl(326, 72%, 90%));
gradient dark
background: linear-gradient(to right, hsl(326, 72%, 90%), hsl(326, 72%, 70%))
hex
background-color: #F8D3E8;
tailwind
bg-[hsl(326,72%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 72%, 90%, 0.4);
css variable
--color-primary: hsl(326, 72%, 90%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 72%, 90%)?
HEX: #F8D3E8 | RGB: rgb(248, 211, 232) | CMYK: 0%, 15%, 6%, 3% | HSV: 326°, 15%, 97%. Copy any format from the conversion table above.
What colors go well with #F8D3E8?
The complementary color is HSL(146, 72%, 90%). 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, 72%, 90%) in CSS?
As HSL: color: hsl(326, 72%, 90%); — As HEX: color: #F8D3E8; — As RGB: color: rgb(248, 211, 232); — Tailwind CSS: bg-[hsl(326,72%,90%)] — CSS variable: --color-primary: hsl(326, 72%, 90%);