HSL(325, 70%, 87%)
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(325,70%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(325, 70%, 87%) | color: hsl(325, 70%, 87%) | |
| HEX | #F5C7E2 | color: #F5C7E2 | |
| RGB | rgb(245, 199, 226) | color: rgb(245, 199, 226) | |
| CMYK | cmyk(0%, 19%, 8%, 4%) | — | |
| HSV | hsv(325, 19%, 96%) | — | |
| HWB | hwb(325 78% 4%) | color: hwb(325 78% 4%) | |
| OKLCH | oklch(0.8775 0.0626 342.42) | color: oklch(0.8775 0.0626 342.42) | |
| Lab | lab(84.87 20.6 -7.19) | color: lab(84.87 20.6 -7.19) | |
| LCH | lch(84.87 21.82 340.76) | color: lch(84.87 21.82 340.76) |
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)
#E1E1DB — rgb(225, 225, 219)
Deuteranopia (Green-blind)
#E4E7DA — rgb(228, 231, 218)
Tritanopia (Blue-blind)
#F3D6D5 — rgb(243, 214, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(325, 70%, 87%);
text
color: hsl(325, 70%, 87%);
border
border: 2px solid hsl(325, 70%, 87%);
gradient light
background: linear-gradient(to right, hsl(325, 70%, 100%), hsl(325, 70%, 87%));
gradient dark
background: linear-gradient(to right, hsl(325, 70%, 87%), hsl(325, 70%, 67%))
hex
background-color: #F5C7E2;
tailwind
bg-[hsl(325,70%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(325, 70%, 87%, 0.4);
css variable
--color-primary: hsl(325, 70%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(325, 70%, 87%)?
HEX: #F5C7E2 | RGB: rgb(245, 199, 226) | CMYK: 0%, 19%, 8%, 4% | HSV: 325°, 19%, 96%. Copy any format from the conversion table above.
What colors go well with #F5C7E2?
The complementary color is HSL(145, 70%, 87%). For a triadic harmony, use hues 325°, 85°, and 205°. For analogous combinations, try hues 295° and 355°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(325, 70%, 87%) in CSS?
As HSL: color: hsl(325, 70%, 87%); — As HEX: color: #F5C7E2; — As RGB: color: rgb(245, 199, 226); — Tailwind CSS: bg-[hsl(325,70%,87%)] — CSS variable: --color-primary: hsl(325, 70%, 87%);