HSL(313, 23%, 75%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,23%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 23%, 75%) | color: hsl(313, 23%, 75%) | |
| HEX | #CEB1C8 | color: #CEB1C8 | |
| RGB | rgb(206, 177, 200) | color: rgb(206, 177, 200) | |
| CMYK | cmyk(0%, 14%, 3%, 19%) | — | |
| HSV | hsv(312, 14%, 81%) | — | |
| HWB | hwb(312 70% 19%) | color: hwb(312 70% 19%) | |
| OKLCH | oklch(0.7925 0.0455 333.1) | color: oklch(0.7925 0.0455 333.1) | |
| Lab | lab(75.29 14.41 -7.77) | color: lab(75.29 14.41 -7.77) | |
| LCH | lch(75.29 16.37 331.67) | color: lch(75.29 16.37 331.67) |
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)
#C1C1C2 — rgb(193, 193, 194)
Deuteranopia (Green-blind)
#C3C5C1 — rgb(195, 197, 193)
Tritanopia (Blue-blind)
#CDBEBD — rgb(205, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 23%, 75%);
text
color: hsl(313, 23%, 75%);
border
border: 2px solid hsl(313, 23%, 75%);
gradient light
background: linear-gradient(to right, hsl(313, 23%, 95%), hsl(313, 23%, 75%));
gradient dark
background: linear-gradient(to right, hsl(313, 23%, 75%), hsl(313, 23%, 55%))
hex
background-color: #CEB1C8;
tailwind
bg-[hsl(313,23%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 23%, 75%, 0.4);
css variable
--color-primary: hsl(313, 23%, 75%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 23%, 75%)?
HEX: #CEB1C8 | RGB: rgb(206, 177, 200) | CMYK: 0%, 14%, 3%, 19% | HSV: 312°, 14%, 81%. Copy any format from the conversion table above.
What colors go well with #CEB1C8?
The complementary color is HSL(133, 23%, 75%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 23%, 75%) in CSS?
As HSL: color: hsl(313, 23%, 75%); — As HEX: color: #CEB1C8; — As RGB: color: rgb(206, 177, 200); — Tailwind CSS: bg-[hsl(313,23%,75%)] — CSS variable: --color-primary: hsl(313, 23%, 75%);