HSL(298, 30%, 30%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(298,30%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(298, 30%, 30%) | color: hsl(298, 30%, 30%) | |
| HEX | #623663 | color: #623663 | |
| RGB | rgb(98, 54, 99) | color: rgb(98, 54, 99) | |
| CMYK | cmyk(1%, 45%, 0%, 61%) | — | |
| HSV | hsv(299, 45%, 39%) | — | |
| HWB | hwb(299 21% 61%) | color: hwb(299 21% 61%) | |
| OKLCH | oklch(0.4056 0.0907 326.29) | color: oklch(0.4056 0.0907 326.29) | |
| Lab | lab(29.75 27.33 -18.4) | color: lab(29.75 27.33 -18.4) | |
| LCH | lch(29.75 32.95 326.05) | color: lch(29.75 32.95 326.05) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#4F4F58 — rgb(79, 79, 88)
Deuteranopia (Green-blind)
#525556 — rgb(82, 85, 86)
Tritanopia (Blue-blind)
#60504E — rgb(96, 80, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(298, 30%, 30%);
text
color: hsl(298, 30%, 30%);
border
border: 2px solid hsl(298, 30%, 30%);
gradient light
background: linear-gradient(to right, hsl(298, 30%, 50%), hsl(298, 30%, 30%));
gradient dark
background: linear-gradient(to right, hsl(298, 30%, 30%), hsl(298, 30%, 10%))
hex
background-color: #623663;
tailwind
bg-[hsl(298,30%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(298, 30%, 30%, 0.4);
css variable
--color-primary: hsl(298, 30%, 30%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(298, 30%, 30%)?
HEX: #623663 | RGB: rgb(98, 54, 99) | CMYK: 1%, 45%, 0%, 61% | HSV: 299°, 45%, 39%. Copy any format from the conversion table above.
What colors go well with #623663?
The complementary color is HSL(118, 30%, 30%). For a triadic harmony, use hues 298°, 58°, and 178°. For analogous combinations, try hues 268° and 328°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(298, 30%, 30%) in CSS?
As HSL: color: hsl(298, 30%, 30%); — As HEX: color: #623663; — As RGB: color: rgb(98, 54, 99); — Tailwind CSS: bg-[hsl(298,30%,30%)] — CSS variable: --color-primary: hsl(298, 30%, 30%);