HSL(304, 69%, 90%)
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(304,69%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(304, 69%, 90%) | color: hsl(304, 69%, 90%) | |
| HEX | #F7D4F5 | color: #F7D4F5 | |
| RGB | rgb(247, 212, 245) | color: rgb(247, 212, 245) | |
| CMYK | cmyk(0%, 14%, 1%, 3%) | — | |
| HSV | hsv(303, 14%, 97%) | — | |
| HWB | hwb(303 83% 3%) | color: hwb(303 83% 3%) | |
| OKLCH | oklch(0.9091 0.0581 327.84) | color: oklch(0.9091 0.0581 327.84) | |
| Lab | lab(88.66 17.74 -11.6) | color: lab(88.66 17.74 -11.6) | |
| LCH | lch(88.66 21.2 326.82) | color: lch(88.66 21.2 326.82) |
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)
#E8E8ED — rgb(232, 232, 237)
Deuteranopia (Green-blind)
#EAEDEB — rgb(234, 237, 235)
Tritanopia (Blue-blind)
#F5E7E5 — rgb(245, 231, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(304, 69%, 90%);
text
color: hsl(304, 69%, 90%);
border
border: 2px solid hsl(304, 69%, 90%);
gradient light
background: linear-gradient(to right, hsl(304, 69%, 100%), hsl(304, 69%, 90%));
gradient dark
background: linear-gradient(to right, hsl(304, 69%, 90%), hsl(304, 69%, 70%))
hex
background-color: #F7D4F5;
tailwind
bg-[hsl(304,69%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(304, 69%, 90%, 0.4);
css variable
--color-primary: hsl(304, 69%, 90%);
Related Colors
Use Cases for Very Light Purple
Frequently Asked Questions
What are all the color codes for HSL(304, 69%, 90%)?
HEX: #F7D4F5 | RGB: rgb(247, 212, 245) | CMYK: 0%, 14%, 1%, 3% | HSV: 303°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #F7D4F5?
The complementary color is HSL(124, 69%, 90%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(304, 69%, 90%) in CSS?
As HSL: color: hsl(304, 69%, 90%); — As HEX: color: #F7D4F5; — As RGB: color: rgb(247, 212, 245); — Tailwind CSS: bg-[hsl(304,69%,90%)] — CSS variable: --color-primary: hsl(304, 69%, 90%);