HSL(299, 80%, 87%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,80%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 80%, 87%) | color: hsl(299, 80%, 87%) | |
| HEX | #F7C3F8 | color: #F7C3F8 | |
| RGB | rgb(247, 195, 248) | color: rgb(247, 195, 248) | |
| CMYK | cmyk(0%, 21%, 0%, 3%) | — | |
| HSV | hsv(299, 21%, 97%) | — | |
| HWB | hwb(299 77% 3%) | color: hwb(299 77% 3%) | |
| OKLCH | oklch(0.8794 0.0908 325.71) | color: oklch(0.8794 0.0908 325.71) | |
| Lab | lab(84.78 27.24 -19.01) | color: lab(84.78 27.24 -19.01) | |
| LCH | lch(84.78 33.22 325.09) | color: lch(84.78 33.22 325.09) |
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)
#E0E0EB — rgb(224, 224, 235)
Deuteranopia (Green-blind)
#E4E7E8 — rgb(228, 231, 232)
Tritanopia (Blue-blind)
#F4E1DF — rgb(244, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 80%, 87%);
text
color: hsl(299, 80%, 87%);
border
border: 2px solid hsl(299, 80%, 87%);
gradient light
background: linear-gradient(to right, hsl(299, 80%, 100%), hsl(299, 80%, 87%));
gradient dark
background: linear-gradient(to right, hsl(299, 80%, 87%), hsl(299, 80%, 67%))
hex
background-color: #F7C3F8;
tailwind
bg-[hsl(299,80%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 80%, 87%, 0.4);
css variable
--color-primary: hsl(299, 80%, 87%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 80%, 87%)?
HEX: #F7C3F8 | RGB: rgb(247, 195, 248) | CMYK: 0%, 21%, 0%, 3% | HSV: 299°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #F7C3F8?
The complementary color is HSL(119, 80%, 87%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(299, 80%, 87%) in CSS?
As HSL: color: hsl(299, 80%, 87%); — As HEX: color: #F7C3F8; — As RGB: color: rgb(247, 195, 248); — Tailwind CSS: bg-[hsl(299,80%,87%)] — CSS variable: --color-primary: hsl(299, 80%, 87%);