HSL(330, 80%, 92%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
5000K
CSS Class
bg-[hsl(330,80%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(330, 80%, 92%) | color: hsl(330, 80%, 92%) | |
| HEX | #FBDAEB | color: #FBDAEB | |
| RGB | rgb(251, 218, 235) | color: rgb(251, 218, 235) | |
| CMYK | cmyk(0%, 13%, 6%, 2%) | — | |
| HSV | hsv(329, 13%, 98%) | — | |
| HWB | hwb(329 85% 2%) | color: hwb(329 85% 2%) | |
| OKLCH | oklch(0.9206 0.0426 345.51) | color: oklch(0.9206 0.0426 345.51) | |
| Lab | lab(90.16 14.2 -4.08) | color: lab(90.16 14.2 -4.08) | |
| LCH | lch(90.16 14.77 343.97) | color: lch(90.16 14.77 343.97) |
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)
#EDECE7 — rgb(237, 236, 231)
Deuteranopia (Green-blind)
#EFF1E6 — rgb(239, 241, 230)
Tritanopia (Blue-blind)
#F9E4E3 — rgb(249, 228, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(330, 80%, 92%);
text
color: hsl(330, 80%, 92%);
border
border: 2px solid hsl(330, 80%, 92%);
gradient light
background: linear-gradient(to right, hsl(330, 80%, 100%), hsl(330, 80%, 92%));
gradient dark
background: linear-gradient(to right, hsl(330, 80%, 92%), hsl(330, 80%, 72%))
hex
background-color: #FBDAEB;
tailwind
bg-[hsl(330,80%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(330, 80%, 92%, 0.4);
css variable
--color-primary: hsl(330, 80%, 92%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(330, 80%, 92%)?
HEX: #FBDAEB | RGB: rgb(251, 218, 235) | CMYK: 0%, 13%, 6%, 2% | HSV: 329°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #FBDAEB?
The complementary color is HSL(150, 80%, 92%). For a triadic harmony, use hues 330°, 90°, and 210°. For analogous combinations, try hues 300° and 0°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(330, 80%, 92%) in CSS?
As HSL: color: hsl(330, 80%, 92%); — As HEX: color: #FBDAEB; — As RGB: color: rgb(251, 218, 235); — Tailwind CSS: bg-[hsl(330,80%,92%)] — CSS variable: --color-primary: hsl(330, 80%, 92%);