HSL(299, 55%, 62%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(299,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(299, 55%, 62%) | color: hsl(299, 55%, 62%) | |
| HEX | #D269D3 | color: #D269D3 | |
| RGB | rgb(210, 105, 211) | color: rgb(210, 105, 211) | |
| CMYK | cmyk(0%, 50%, 0%, 17%) | — | |
| HSV | hsv(299, 50%, 83%) | — | |
| HWB | hwb(299 42% 17%) | color: hwb(299 42% 17%) | |
| OKLCH | oklch(0.6814 0.1848 327.02) | color: oklch(0.6814 0.1848 327.02) | |
| Lab | lab(60.35 55.9 -36.63) | color: lab(60.35 55.9 -36.63) | |
| LCH | lch(60.35 66.83 326.76) | color: lch(60.35 66.83 326.76) |
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)
#A5A4B9 — rgb(165, 164, 185)
Deuteranopia (Green-blind)
#ABB3B3 — rgb(171, 179, 179)
Tritanopia (Blue-blind)
#CDA5A1 — rgb(205, 165, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(299, 55%, 62%);
text
color: hsl(299, 55%, 62%);
border
border: 2px solid hsl(299, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(299, 55%, 82%), hsl(299, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(299, 55%, 62%), hsl(299, 55%, 42%))
hex
background-color: #D269D3;
tailwind
bg-[hsl(299,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(299, 55%, 62%, 0.4);
css variable
--color-primary: hsl(299, 55%, 62%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(299, 55%, 62%)?
HEX: #D269D3 | RGB: rgb(210, 105, 211) | CMYK: 0%, 50%, 0%, 17% | HSV: 299°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #D269D3?
The complementary color is HSL(119, 55%, 62%). For a triadic harmony, use hues 299°, 59°, and 179°. For analogous combinations, try hues 269° and 329°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(299, 55%, 62%) in CSS?
As HSL: color: hsl(299, 55%, 62%); — As HEX: color: #D269D3; — As RGB: color: rgb(210, 105, 211); — Tailwind CSS: bg-[hsl(299,55%,62%)] — CSS variable: --color-primary: hsl(299, 55%, 62%);