HSL(317, 77%, 86%)
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(317,77%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 77%, 86%) | color: hsl(317, 77%, 86%) | |
| HEX | #F7C0E7 | color: #F7C0E7 | |
| RGB | rgb(247, 192, 231) | color: rgb(247, 192, 231) | |
| CMYK | cmyk(0%, 22%, 6%, 3%) | — | |
| HSV | hsv(317, 22%, 97%) | — | |
| HWB | hwb(317 76% 3%) | color: hwb(317 76% 3%) | |
| OKLCH | oklch(0.8684 0.0803 337.12) | color: oklch(0.8684 0.0803 337.12) | |
| Lab | lab(83.57 25.83 -11.77) | color: lab(83.57 25.83 -11.77) | |
| LCH | lch(83.57 28.39 335.5) | color: lch(83.57 28.39 335.5) |
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)
#DFDFDE — rgb(223, 223, 222)
Deuteranopia (Green-blind)
#E2E7DB — rgb(226, 231, 219)
Tritanopia (Blue-blind)
#F4D6D4 — rgb(244, 214, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 77%, 86%);
text
color: hsl(317, 77%, 86%);
border
border: 2px solid hsl(317, 77%, 86%);
gradient light
background: linear-gradient(to right, hsl(317, 77%, 100%), hsl(317, 77%, 86%));
gradient dark
background: linear-gradient(to right, hsl(317, 77%, 86%), hsl(317, 77%, 66%))
hex
background-color: #F7C0E7;
tailwind
bg-[hsl(317,77%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 77%, 86%, 0.4);
css variable
--color-primary: hsl(317, 77%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 77%, 86%)?
HEX: #F7C0E7 | RGB: rgb(247, 192, 231) | CMYK: 0%, 22%, 6%, 3% | HSV: 317°, 22%, 97%. Copy any format from the conversion table above.
What colors go well with #F7C0E7?
The complementary color is HSL(137, 77%, 86%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 77%, 86%) in CSS?
As HSL: color: hsl(317, 77%, 86%); — As HEX: color: #F7C0E7; — As RGB: color: rgb(247, 192, 231); — Tailwind CSS: bg-[hsl(317,77%,86%)] — CSS variable: --color-primary: hsl(317, 77%, 86%);