HSL(319, 90%, 83%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,90%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 90%, 83%) | color: hsl(319, 90%, 83%) | |
| HEX | #FBADE2 | color: #FBADE2 | |
| RGB | rgb(251, 173, 226) | color: rgb(251, 173, 226) | |
| CMYK | cmyk(0%, 31%, 10%, 2%) | — | |
| HSV | hsv(319, 31%, 98%) | — | |
| HWB | hwb(319 68% 2%) | color: hwb(319 68% 2%) | |
| OKLCH | oklch(0.838 0.1127 339.19) | color: oklch(0.838 0.1127 339.19) | |
| Lab | lab(79.55 36.33 -15.06) | color: lab(79.55 36.33 -15.06) | |
| LCH | lch(79.55 39.33 337.48) | color: lch(79.55 39.33 337.48) |
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)
#D9D9D5 — rgb(217, 217, 213)
Deuteranopia (Green-blind)
#DEE4D2 — rgb(222, 228, 210)
Tritanopia (Blue-blind)
#F7CBC9 — rgb(247, 203, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 90%, 83%);
text
color: hsl(319, 90%, 83%);
border
border: 2px solid hsl(319, 90%, 83%);
gradient light
background: linear-gradient(to right, hsl(319, 90%, 100%), hsl(319, 90%, 83%));
gradient dark
background: linear-gradient(to right, hsl(319, 90%, 83%), hsl(319, 90%, 63%))
hex
background-color: #FBADE2;
tailwind
bg-[hsl(319,90%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 90%, 83%, 0.4);
css variable
--color-primary: hsl(319, 90%, 83%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 90%, 83%)?
HEX: #FBADE2 | RGB: rgb(251, 173, 226) | CMYK: 0%, 31%, 10%, 2% | HSV: 319°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #FBADE2?
The complementary color is HSL(139, 90%, 83%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 90%, 83%) in CSS?
As HSL: color: hsl(319, 90%, 83%); — As HEX: color: #FBADE2; — As RGB: color: rgb(251, 173, 226); — Tailwind CSS: bg-[hsl(319,90%,83%)] — CSS variable: --color-primary: hsl(319, 90%, 83%);