HSL(292, 52%, 67%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(292,52%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(292, 52%, 67%) | color: hsl(292, 52%, 67%) | |
| HEX | #CB7FD7 | color: #CB7FD7 | |
| RGB | rgb(203, 127, 215) | color: rgb(203, 127, 215) | |
| CMYK | cmyk(6%, 41%, 0%, 16%) | — | |
| HSV | hsv(292, 41%, 84%) | — | |
| HWB | hwb(292 50% 16%) | color: hwb(292 50% 16%) | |
| OKLCH | oklch(0.7072 0.1482 321.96) | color: oklch(0.7072 0.1482 321.96) | |
| Lab | lab(63.98 43.43 -33.27) | color: lab(63.98 43.43 -33.27) | |
| LCH | lch(63.98 54.71 322.55) | color: lch(63.98 54.71 322.55) |
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)
#AAA9C2 — rgb(170, 169, 194)
Deuteranopia (Green-blind)
#AFB4BD — rgb(175, 180, 189)
Tritanopia (Blue-blind)
#C7B1AD — rgb(199, 177, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(292, 52%, 67%);
text
color: hsl(292, 52%, 67%);
border
border: 2px solid hsl(292, 52%, 67%);
gradient light
background: linear-gradient(to right, hsl(292, 52%, 87%), hsl(292, 52%, 67%));
gradient dark
background: linear-gradient(to right, hsl(292, 52%, 67%), hsl(292, 52%, 47%))
hex
background-color: #CB7FD7;
tailwind
bg-[hsl(292,52%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(292, 52%, 67%, 0.4);
css variable
--color-primary: hsl(292, 52%, 67%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(292, 52%, 67%)?
HEX: #CB7FD7 | RGB: rgb(203, 127, 215) | CMYK: 6%, 41%, 0%, 16% | HSV: 292°, 41%, 84%. Copy any format from the conversion table above.
What colors go well with #CB7FD7?
The complementary color is HSL(112, 52%, 67%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(292, 52%, 67%) in CSS?
As HSL: color: hsl(292, 52%, 67%); — As HEX: color: #CB7FD7; — As RGB: color: rgb(203, 127, 215); — Tailwind CSS: bg-[hsl(292,52%,67%)] — CSS variable: --color-primary: hsl(292, 52%, 67%);