HSL(314, 55%, 89%)
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(314,55%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(314, 55%, 89%) | color: hsl(314, 55%, 89%) | |
| HEX | #F2D4EB | color: #F2D4EB | |
| RGB | rgb(242, 212, 235) | color: rgb(242, 212, 235) | |
| CMYK | cmyk(0%, 12%, 3%, 5%) | — | |
| HSV | hsv(314, 12%, 95%) | — | |
| HWB | hwb(314 84% 5%) | color: hwb(314 84% 5%) | |
| OKLCH | oklch(0.9016 0.0449 334.02) | color: oklch(0.9016 0.0449 334.02) | |
| Lab | lab(87.95 14.29 -7.43) | color: lab(87.95 14.29 -7.43) | |
| LCH | lch(87.95 16.11 332.53) | color: lch(87.95 16.11 332.53) |
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)
#E5E5E5 — rgb(229, 229, 229)
Deuteranopia (Green-blind)
#E7E9E4 — rgb(231, 233, 228)
Tritanopia (Blue-blind)
#F1E1E0 — rgb(241, 225, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(314, 55%, 89%);
text
color: hsl(314, 55%, 89%);
border
border: 2px solid hsl(314, 55%, 89%);
gradient light
background: linear-gradient(to right, hsl(314, 55%, 100%), hsl(314, 55%, 89%));
gradient dark
background: linear-gradient(to right, hsl(314, 55%, 89%), hsl(314, 55%, 69%))
hex
background-color: #F2D4EB;
tailwind
bg-[hsl(314,55%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(314, 55%, 89%, 0.4);
css variable
--color-primary: hsl(314, 55%, 89%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(314, 55%, 89%)?
HEX: #F2D4EB | RGB: rgb(242, 212, 235) | CMYK: 0%, 12%, 3%, 5% | HSV: 314°, 12%, 95%. Copy any format from the conversion table above.
What colors go well with #F2D4EB?
The complementary color is HSL(134, 55%, 89%). For a triadic harmony, use hues 314°, 74°, and 194°. For analogous combinations, try hues 284° and 344°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(314, 55%, 89%) in CSS?
As HSL: color: hsl(314, 55%, 89%); — As HEX: color: #F2D4EB; — As RGB: color: rgb(242, 212, 235); — Tailwind CSS: bg-[hsl(314,55%,89%)] — CSS variable: --color-primary: hsl(314, 55%, 89%);