HSL(310, 25%, 74%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(310,25%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 25%, 74%) | color: hsl(310, 25%, 74%) | |
| HEX | #CDACC8 | color: #CDACC8 | |
| RGB | rgb(205, 172, 200) | color: rgb(205, 172, 200) | |
| CMYK | cmyk(0%, 16%, 2%, 20%) | — | |
| HSV | hsv(309, 16%, 80%) | — | |
| HWB | hwb(309 67% 20%) | color: hwb(309 67% 20%) | |
| OKLCH | oklch(0.782 0.0537 331.16) | color: oklch(0.782 0.0537 331.16) | |
| Lab | lab(73.97 16.78 -9.74) | color: lab(73.97 16.78 -9.74) | |
| LCH | lch(73.97 19.4 329.87) | color: lch(73.97 19.4 329.87) |
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)
#BFBEC1 — rgb(191, 190, 193)
Deuteranopia (Green-blind)
#C1C3C0 — rgb(193, 195, 192)
Tritanopia (Blue-blind)
#CBBCBB — rgb(203, 188, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 25%, 74%);
text
color: hsl(310, 25%, 74%);
border
border: 2px solid hsl(310, 25%, 74%);
gradient light
background: linear-gradient(to right, hsl(310, 25%, 94%), hsl(310, 25%, 74%));
gradient dark
background: linear-gradient(to right, hsl(310, 25%, 74%), hsl(310, 25%, 54%))
hex
background-color: #CDACC8;
tailwind
bg-[hsl(310,25%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 25%, 74%, 0.4);
css variable
--color-primary: hsl(310, 25%, 74%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 25%, 74%)?
HEX: #CDACC8 | RGB: rgb(205, 172, 200) | CMYK: 0%, 16%, 2%, 20% | HSV: 309°, 16%, 80%. Copy any format from the conversion table above.
What colors go well with #CDACC8?
The complementary color is HSL(130, 25%, 74%). For a triadic harmony, use hues 310°, 70°, and 190°. For analogous combinations, try hues 280° and 340°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(310, 25%, 74%) in CSS?
As HSL: color: hsl(310, 25%, 74%); — As HEX: color: #CDACC8; — As RGB: color: rgb(205, 172, 200); — Tailwind CSS: bg-[hsl(310,25%,74%)] — CSS variable: --color-primary: hsl(310, 25%, 74%);