HSL(337, 84%, 97%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,84%,97%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 84%, 97%) | color: hsl(337, 84%, 97%) | |
| HEX | #FEF1F6 | color: #FEF1F6 | |
| RGB | rgb(254, 241, 246) | color: rgb(254, 241, 246) | |
| CMYK | cmyk(0%, 5%, 3%, 0%) | — | |
| HSV | hsv(337, 5%, 100%) | — | |
| HWB | hwb(337 95% 0%) | color: hwb(337 95% 0%) | |
| OKLCH | oklch(0.9697 0.0154 351.97) | color: oklch(0.9697 0.0154 351.97) | |
| Lab | lab(96.26 5.21 -0.84) | color: lab(96.26 5.21 -0.84) | |
| LCH | lch(96.26 5.28 350.84) | color: lch(96.26 5.28 350.84) |
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)
#F8F8F5 — rgb(248, 248, 245)
Deuteranopia (Green-blind)
#F9FAF5 — rgb(249, 250, 245)
Tritanopia (Blue-blind)
#FDF4F4 — rgb(253, 244, 244)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 84%, 97%);
text
color: hsl(337, 84%, 97%);
border
border: 2px solid hsl(337, 84%, 97%);
gradient light
background: linear-gradient(to right, hsl(337, 84%, 100%), hsl(337, 84%, 97%));
gradient dark
background: linear-gradient(to right, hsl(337, 84%, 97%), hsl(337, 84%, 77%))
hex
background-color: #FEF1F6;
tailwind
bg-[hsl(337,84%,97%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 84%, 97%, 0.4);
css variable
--color-primary: hsl(337, 84%, 97%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 84%, 97%)?
HEX: #FEF1F6 | RGB: rgb(254, 241, 246) | CMYK: 0%, 5%, 3%, 0% | HSV: 337°, 5%, 100%. Copy any format from the conversion table above.
What colors go well with #FEF1F6?
The complementary color is HSL(157, 84%, 97%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 84%, 97%) in CSS?
As HSL: color: hsl(337, 84%, 97%); — As HEX: color: #FEF1F6; — As RGB: color: rgb(254, 241, 246); — Tailwind CSS: bg-[hsl(337,84%,97%)] — CSS variable: --color-primary: hsl(337, 84%, 97%);