HSL(313, 90%, 86%)
Very Light Purple — Purple color
Adjust Color
Color Information
Color Name
Very Light Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,90%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 90%, 86%) | color: hsl(313, 90%, 86%) | |
| HEX | #FBBBEE | color: #FBBBEE | |
| RGB | rgb(251, 187, 238) | color: rgb(251, 187, 238) | |
| CMYK | cmyk(0%, 25%, 5%, 2%) | — | |
| HSV | hsv(312, 25%, 98%) | — | |
| HWB | hwb(312 74% 2%) | color: hwb(312 74% 2%) | |
| OKLCH | oklch(0.8658 0.0982 333.72) | color: oklch(0.8658 0.0982 333.72) | |
| Lab | lab(83.03 31 -16.28) | color: lab(83.03 31 -16.28) | |
| LCH | lch(83.03 35.01 332.29) | color: lch(83.03 35.01 332.29) |
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)
#DFDFE2 — rgb(223, 223, 226)
Deuteranopia (Green-blind)
#E3E8DF — rgb(227, 232, 223)
Tritanopia (Blue-blind)
#F8D8D6 — rgb(248, 216, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 90%, 86%);
text
color: hsl(313, 90%, 86%);
border
border: 2px solid hsl(313, 90%, 86%);
gradient light
background: linear-gradient(to right, hsl(313, 90%, 100%), hsl(313, 90%, 86%));
gradient dark
background: linear-gradient(to right, hsl(313, 90%, 86%), hsl(313, 90%, 66%))
hex
background-color: #FBBBEE;
tailwind
bg-[hsl(313,90%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 90%, 86%, 0.4);
css variable
--color-primary: hsl(313, 90%, 86%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 90%, 86%)?
HEX: #FBBBEE | RGB: rgb(251, 187, 238) | CMYK: 0%, 25%, 5%, 2% | HSV: 312°, 25%, 98%. Copy any format from the conversion table above.
What colors go well with #FBBBEE?
The complementary color is HSL(133, 90%, 86%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 90%, 86%) in CSS?
As HSL: color: hsl(313, 90%, 86%); — As HEX: color: #FBBBEE; — As RGB: color: rgb(251, 187, 238); — Tailwind CSS: bg-[hsl(313,90%,86%)] — CSS variable: --color-primary: hsl(313, 90%, 86%);