HSL(318, 33%, 76%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(318,33%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(318, 33%, 76%) | color: hsl(318, 33%, 76%) | |
| HEX | #D6AECA | color: #D6AECA | |
| RGB | rgb(214, 174, 202) | color: rgb(214, 174, 202) | |
| CMYK | cmyk(0%, 19%, 6%, 16%) | — | |
| HSV | hsv(318, 19%, 84%) | — | |
| HWB | hwb(318 68% 16%) | color: hwb(318 68% 16%) | |
| OKLCH | oklch(0.7948 0.0594 337.22) | color: oklch(0.7948 0.0594 337.22) | |
| Lab | lab(75.35 19.16 -8.69) | color: lab(75.35 19.16 -8.69) | |
| LCH | lch(75.35 21.04 335.6) | color: lch(75.35 21.04 335.6) |
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)
#C5C4C3 — rgb(197, 196, 195)
Deuteranopia (Green-blind)
#C7CAC2 — rgb(199, 202, 194)
Tritanopia (Blue-blind)
#D4BEBD — rgb(212, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(318, 33%, 76%);
text
color: hsl(318, 33%, 76%);
border
border: 2px solid hsl(318, 33%, 76%);
gradient light
background: linear-gradient(to right, hsl(318, 33%, 96%), hsl(318, 33%, 76%));
gradient dark
background: linear-gradient(to right, hsl(318, 33%, 76%), hsl(318, 33%, 56%))
hex
background-color: #D6AECA;
tailwind
bg-[hsl(318,33%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(318, 33%, 76%, 0.4);
css variable
--color-primary: hsl(318, 33%, 76%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(318, 33%, 76%)?
HEX: #D6AECA | RGB: rgb(214, 174, 202) | CMYK: 0%, 19%, 6%, 16% | HSV: 318°, 19%, 84%. Copy any format from the conversion table above.
What colors go well with #D6AECA?
The complementary color is HSL(138, 33%, 76%). For a triadic harmony, use hues 318°, 78°, and 198°. For analogous combinations, try hues 288° and 348°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(318, 33%, 76%) in CSS?
As HSL: color: hsl(318, 33%, 76%); — As HEX: color: #D6AECA; — As RGB: color: rgb(214, 174, 202); — Tailwind CSS: bg-[hsl(318,33%,76%)] — CSS variable: --color-primary: hsl(318, 33%, 76%);