HSL(311, 60%, 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(311,60%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 60%, 88%) | color: hsl(311, 60%, 88%) | |
| HEX | #F3CEEC | color: #F3CEEC | |
| RGB | rgb(243, 206, 236) | color: rgb(243, 206, 236) | |
| CMYK | cmyk(0%, 15%, 3%, 5%) | — | |
| HSV | hsv(311, 15%, 95%) | — | |
| HWB | hwb(311 81% 5%) | color: hwb(311 81% 5%) | |
| OKLCH | oklch(0.8916 0.057 332.51) | color: oklch(0.8916 0.057 332.51) | |
| Lab | lab(86.63 17.96 -9.91) | color: lab(86.63 17.96 -9.91) | |
| LCH | lch(86.63 20.51 331.11) | color: lch(86.63 20.51 331.11) |
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)
#E3E3E5 — rgb(227, 227, 229)
Deuteranopia (Green-blind)
#E5E8E3 — rgb(229, 232, 227)
Tritanopia (Blue-blind)
#F1DFDE — rgb(241, 223, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 60%, 88%);
text
color: hsl(311, 60%, 88%);
border
border: 2px solid hsl(311, 60%, 88%);
gradient light
background: linear-gradient(to right, hsl(311, 60%, 100%), hsl(311, 60%, 88%));
gradient dark
background: linear-gradient(to right, hsl(311, 60%, 88%), hsl(311, 60%, 68%))
hex
background-color: #F3CEEC;
tailwind
bg-[hsl(311,60%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 60%, 88%, 0.4);
css variable
--color-primary: hsl(311, 60%, 88%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(311, 60%, 88%)?
HEX: #F3CEEC | RGB: rgb(243, 206, 236) | CMYK: 0%, 15%, 3%, 5% | HSV: 311°, 15%, 95%. Copy any format from the conversion table above.
What colors go well with #F3CEEC?
The complementary color is HSL(131, 60%, 88%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 60%, 88%) in CSS?
As HSL: color: hsl(311, 60%, 88%); — As HEX: color: #F3CEEC; — As RGB: color: rgb(243, 206, 236); — Tailwind CSS: bg-[hsl(311,60%,88%)] — CSS variable: --color-primary: hsl(311, 60%, 88%);