HSL(320, 21%, 98%)
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(320,21%,98%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 21%, 98%) | color: hsl(320, 21%, 98%) | |
| HEX | #FBF9FA | color: #FBF9FA | |
| RGB | rgb(251, 249, 250) | color: rgb(251, 249, 250) | |
| CMYK | cmyk(0%, 1%, 0%, 2%) | — | |
| HSV | hsv(330, 1%, 98%) | — | |
| HWB | hwb(330 97% 2%) | color: hwb(330 97% 2%) | |
| OKLCH | oklch(0.9839 0.0025 345.21) | color: oklch(0.9839 0.0025 345.21) | |
| Lab | lab(98.1 0.84 -0.24) | color: lab(98.1 0.84 -0.24) | |
| LCH | lch(98.1 0.87 344.05) | color: lch(98.1 0.87 344.05) |
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)
#FAFAFA — rgb(250, 250, 250)
Deuteranopia (Green-blind)
#FAFAFA — rgb(250, 250, 250)
Tritanopia (Blue-blind)
#FBFAFA — rgb(251, 250, 250)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 21%, 98%);
text
color: hsl(320, 21%, 98%);
border
border: 2px solid hsl(320, 21%, 98%);
gradient light
background: linear-gradient(to right, hsl(320, 21%, 100%), hsl(320, 21%, 98%));
gradient dark
background: linear-gradient(to right, hsl(320, 21%, 98%), hsl(320, 21%, 78%))
hex
background-color: #FBF9FA;
tailwind
bg-[hsl(320,21%,98%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 21%, 98%, 0.4);
css variable
--color-primary: hsl(320, 21%, 98%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 21%, 98%)?
HEX: #FBF9FA | RGB: rgb(251, 249, 250) | CMYK: 0%, 1%, 0%, 2% | HSV: 330°, 1%, 98%. Copy any format from the conversion table above.
What colors go well with #FBF9FA?
The complementary color is HSL(140, 21%, 98%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 21%, 98%) in CSS?
As HSL: color: hsl(320, 21%, 98%); — As HEX: color: #FBF9FA; — As RGB: color: rgb(251, 249, 250); — Tailwind CSS: bg-[hsl(320,21%,98%)] — CSS variable: --color-primary: hsl(320, 21%, 98%);