HSL(316, 100%, 87%)
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(316,100%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 100%, 87%) | color: hsl(316, 100%, 87%) | |
| HEX | #FFBDED | color: #FFBDED | |
| RGB | rgb(255, 189, 237) | color: rgb(255, 189, 237) | |
| CMYK | cmyk(0%, 26%, 7%, 0%) | — | |
| HSV | hsv(316, 26%, 100%) | — | |
| HWB | hwb(316 74% 0%) | color: hwb(316 74% 0%) | |
| OKLCH | oklch(0.8729 0.0971 336.63) | color: oklch(0.8729 0.0971 336.63) | |
| Lab | lab(83.85 31.09 -14.48) | color: lab(83.85 31.09 -14.48) | |
| LCH | lch(83.85 34.3 335.03) | color: lch(83.85 34.3 335.03) |
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)
#E2E2E1 — rgb(226, 226, 225)
Deuteranopia (Green-blind)
#E6EBDF — rgb(230, 235, 223)
Tritanopia (Blue-blind)
#FCD8D6 — rgb(252, 216, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 100%, 87%);
text
color: hsl(316, 100%, 87%);
border
border: 2px solid hsl(316, 100%, 87%);
gradient light
background: linear-gradient(to right, hsl(316, 100%, 100%), hsl(316, 100%, 87%));
gradient dark
background: linear-gradient(to right, hsl(316, 100%, 87%), hsl(316, 100%, 67%))
hex
background-color: #FFBDED;
tailwind
bg-[hsl(316,100%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 100%, 87%, 0.4);
css variable
--color-primary: hsl(316, 100%, 87%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 100%, 87%)?
HEX: #FFBDED | RGB: rgb(255, 189, 237) | CMYK: 0%, 26%, 7%, 0% | HSV: 316°, 26%, 100%. Copy any format from the conversion table above.
What colors go well with #FFBDED?
The complementary color is HSL(136, 100%, 87%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 100%, 87%) in CSS?
As HSL: color: hsl(316, 100%, 87%); — As HEX: color: #FFBDED; — As RGB: color: rgb(255, 189, 237); — Tailwind CSS: bg-[hsl(316,100%,87%)] — CSS variable: --color-primary: hsl(316, 100%, 87%);