HSL(321, 84%, 94%)
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(321,84%,94%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 84%, 94%) | color: hsl(321, 84%, 94%) | |
| HEX | #FDE3F4 | color: #FDE3F4 | |
| RGB | rgb(253, 227, 244) | color: rgb(253, 227, 244) | |
| CMYK | cmyk(0%, 10%, 4%, 1%) | — | |
| HSV | hsv(321, 10%, 99%) | — | |
| HWB | hwb(321 89% 1%) | color: hwb(321 89% 1%) | |
| OKLCH | oklch(0.9418 0.036 338.59) | color: oklch(0.9418 0.036 338.59) | |
| Lab | lab(92.73 11.74 -4.99) | color: lab(92.73 11.74 -4.99) | |
| LCH | lch(92.73 12.76 336.97) | color: lch(92.73 12.76 336.97) |
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)
#F2F2F0 — rgb(242, 242, 240)
Deuteranopia (Green-blind)
#F3F5EF — rgb(243, 245, 239)
Tritanopia (Blue-blind)
#FCEDEC — rgb(252, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 84%, 94%);
text
color: hsl(321, 84%, 94%);
border
border: 2px solid hsl(321, 84%, 94%);
gradient light
background: linear-gradient(to right, hsl(321, 84%, 100%), hsl(321, 84%, 94%));
gradient dark
background: linear-gradient(to right, hsl(321, 84%, 94%), hsl(321, 84%, 74%))
hex
background-color: #FDE3F4;
tailwind
bg-[hsl(321,84%,94%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 84%, 94%, 0.4);
css variable
--color-primary: hsl(321, 84%, 94%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 84%, 94%)?
HEX: #FDE3F4 | RGB: rgb(253, 227, 244) | CMYK: 0%, 10%, 4%, 1% | HSV: 321°, 10%, 99%. Copy any format from the conversion table above.
What colors go well with #FDE3F4?
The complementary color is HSL(141, 84%, 94%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 84%, 94%) in CSS?
As HSL: color: hsl(321, 84%, 94%); — As HEX: color: #FDE3F4; — As RGB: color: rgb(253, 227, 244); — Tailwind CSS: bg-[hsl(321,84%,94%)] — CSS variable: --color-primary: hsl(321, 84%, 94%);