HSL(316, 76%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,76%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 76%, 77%) | color: hsl(316, 76%, 77%) | |
| HEX | #F198D9 | color: #F198D9 | |
| RGB | rgb(241, 152, 217) | color: rgb(241, 152, 217) | |
| CMYK | cmyk(0%, 37%, 10%, 5%) | — | |
| HSV | hsv(316, 37%, 95%) | — | |
| HWB | hwb(316 60% 5%) | color: hwb(316 60% 5%) | |
| OKLCH | oklch(0.7898 0.1334 337.4) | color: oklch(0.7898 0.1334 337.4) | |
| Lab | lab(73.66 42.54 -19.16) | color: lab(73.66 42.54 -19.16) | |
| LCH | lch(73.66 46.66 335.75) | color: lch(73.66 46.66 335.75) |
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)
#CACAC9 — rgb(202, 202, 201)
Deuteranopia (Green-blind)
#D0D6C6 — rgb(208, 214, 198)
Tritanopia (Blue-blind)
#EDBDBA — rgb(237, 189, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 76%, 77%);
text
color: hsl(316, 76%, 77%);
border
border: 2px solid hsl(316, 76%, 77%);
gradient light
background: linear-gradient(to right, hsl(316, 76%, 97%), hsl(316, 76%, 77%));
gradient dark
background: linear-gradient(to right, hsl(316, 76%, 77%), hsl(316, 76%, 57%))
hex
background-color: #F198D9;
tailwind
bg-[hsl(316,76%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 76%, 77%, 0.4);
css variable
--color-primary: hsl(316, 76%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 76%, 77%)?
HEX: #F198D9 | RGB: rgb(241, 152, 217) | CMYK: 0%, 37%, 10%, 5% | HSV: 316°, 37%, 95%. Copy any format from the conversion table above.
What colors go well with #F198D9?
The complementary color is HSL(136, 76%, 77%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 76%, 77%) in CSS?
As HSL: color: hsl(316, 76%, 77%); — As HEX: color: #F198D9; — As RGB: color: rgb(241, 152, 217); — Tailwind CSS: bg-[hsl(316,76%,77%)] — CSS variable: --color-primary: hsl(316, 76%, 77%);