HSL(319, 27%, 92%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,27%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 27%, 92%) | color: hsl(319, 27%, 92%) | |
| HEX | #F0E5ED | color: #F0E5ED | |
| RGB | rgb(240, 229, 237) | color: rgb(240, 229, 237) | |
| CMYK | cmyk(0%, 5%, 1%, 6%) | — | |
| HSV | hsv(316, 5%, 94%) | — | |
| HWB | hwb(316 89% 6%) | color: hwb(316 89% 6%) | |
| OKLCH | oklch(0.9329 0.0159 335.07) | color: oklch(0.9329 0.0159 335.07) | |
| Lab | lab(91.99 5.11 -2.55) | color: lab(91.99 5.11 -2.55) | |
| LCH | lch(91.99 5.71 333.48) | color: lch(91.99 5.71 333.48) |
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)
#EBEBEB — rgb(235, 235, 235)
Deuteranopia (Green-blind)
#ECEDEB — rgb(236, 237, 235)
Tritanopia (Blue-blind)
#EFEAE9 — rgb(239, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 27%, 92%);
text
color: hsl(319, 27%, 92%);
border
border: 2px solid hsl(319, 27%, 92%);
gradient light
background: linear-gradient(to right, hsl(319, 27%, 100%), hsl(319, 27%, 92%));
gradient dark
background: linear-gradient(to right, hsl(319, 27%, 92%), hsl(319, 27%, 72%))
hex
background-color: #F0E5ED;
tailwind
bg-[hsl(319,27%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 27%, 92%, 0.4);
css variable
--color-primary: hsl(319, 27%, 92%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 27%, 92%)?
HEX: #F0E5ED | RGB: rgb(240, 229, 237) | CMYK: 0%, 5%, 1%, 6% | HSV: 316°, 5%, 94%. Copy any format from the conversion table above.
What colors go well with #F0E5ED?
The complementary color is HSL(139, 27%, 92%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 27%, 92%) in CSS?
As HSL: color: hsl(319, 27%, 92%); — As HEX: color: #F0E5ED; — As RGB: color: rgb(240, 229, 237); — Tailwind CSS: bg-[hsl(319,27%,92%)] — CSS variable: --color-primary: hsl(319, 27%, 92%);