HSL(308, 80%, 88%)
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(308,80%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 80%, 88%) | color: hsl(308, 80%, 88%) | |
| HEX | #F9C8F2 | color: #F9C8F2 | |
| RGB | rgb(249, 200, 242) | color: rgb(249, 200, 242) | |
| CMYK | cmyk(0%, 20%, 3%, 2%) | — | |
| HSV | hsv(309, 20%, 98%) | — | |
| HWB | hwb(309 78% 2%) | color: hwb(309 78% 2%) | |
| OKLCH | oklch(0.8881 0.0776 331.06) | color: oklch(0.8881 0.0776 331.06) | |
| Lab | lab(85.94 24.18 -14.07) | color: lab(85.94 24.18 -14.07) | |
| LCH | lch(85.94 27.98 329.81) | color: lch(85.94 27.98 329.81) |
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)
#E4E3E8 — rgb(228, 227, 232)
Deuteranopia (Green-blind)
#E7EAE5 — rgb(231, 234, 229)
Tritanopia (Blue-blind)
#F7E0DE — rgb(247, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 80%, 88%);
text
color: hsl(308, 80%, 88%);
border
border: 2px solid hsl(308, 80%, 88%);
gradient light
background: linear-gradient(to right, hsl(308, 80%, 100%), hsl(308, 80%, 88%));
gradient dark
background: linear-gradient(to right, hsl(308, 80%, 88%), hsl(308, 80%, 68%))
hex
background-color: #F9C8F2;
tailwind
bg-[hsl(308,80%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 80%, 88%, 0.4);
css variable
--color-primary: hsl(308, 80%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(308, 80%, 88%)?
HEX: #F9C8F2 | RGB: rgb(249, 200, 242) | CMYK: 0%, 20%, 3%, 2% | HSV: 309°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #F9C8F2?
The complementary color is HSL(128, 80%, 88%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 80%, 88%) in CSS?
As HSL: color: hsl(308, 80%, 88%); — As HEX: color: #F9C8F2; — As RGB: color: rgb(249, 200, 242); — Tailwind CSS: bg-[hsl(308,80%,88%)] — CSS variable: --color-primary: hsl(308, 80%, 88%);