HSL(322, 99%, 85%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,99%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 99%, 85%) | color: hsl(322, 99%, 85%) | |
| HEX | #FFB3E3 | color: #FFB3E3 | |
| RGB | rgb(255, 179, 227) | color: rgb(255, 179, 227) | |
| CMYK | cmyk(0%, 30%, 11%, 0%) | — | |
| HSV | hsv(322, 30%, 100%) | — | |
| HWB | hwb(322 70% 0%) | color: hwb(322 70% 0%) | |
| OKLCH | oklch(0.8525 0.1066 341.31) | color: oklch(0.8525 0.1066 341.31) | |
| Lab | lab(81.32 34.67 -12.91) | color: lab(81.32 34.67 -12.91) | |
| LCH | lch(81.32 37 339.58) | color: lch(81.32 37 339.58) |
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)
#DEDDD7 — rgb(222, 221, 215)
Deuteranopia (Green-blind)
#E3E8D5 — rgb(227, 232, 213)
Tritanopia (Blue-blind)
#FBCECC — rgb(251, 206, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 99%, 85%);
text
color: hsl(322, 99%, 85%);
border
border: 2px solid hsl(322, 99%, 85%);
gradient light
background: linear-gradient(to right, hsl(322, 99%, 100%), hsl(322, 99%, 85%));
gradient dark
background: linear-gradient(to right, hsl(322, 99%, 85%), hsl(322, 99%, 65%))
hex
background-color: #FFB3E3;
tailwind
bg-[hsl(322,99%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 99%, 85%, 0.4);
css variable
--color-primary: hsl(322, 99%, 85%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 99%, 85%)?
HEX: #FFB3E3 | RGB: rgb(255, 179, 227) | CMYK: 0%, 30%, 11%, 0% | HSV: 322°, 30%, 100%. Copy any format from the conversion table above.
What colors go well with #FFB3E3?
The complementary color is HSL(142, 99%, 85%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 99%, 85%) in CSS?
As HSL: color: hsl(322, 99%, 85%); — As HEX: color: #FFB3E3; — As RGB: color: rgb(255, 179, 227); — Tailwind CSS: bg-[hsl(322,99%,85%)] — CSS variable: --color-primary: hsl(322, 99%, 85%);