HSL(310, 10%, 24%)
Grayish Purple — Purple color
Adjust Color
Color Information
Color Name
Grayish Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(310,10%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(310, 10%, 24%) | color: hsl(310, 10%, 24%) | |
| HEX | #433741 | color: #433741 | |
| RGB | rgb(67, 55, 65) | color: rgb(67, 55, 65) | |
| CMYK | cmyk(0%, 18%, 3%, 74%) | — | |
| HSV | hsv(310, 18%, 26%) | — | |
| HWB | hwb(310 21% 74%) | color: hwb(310 21% 74%) | |
| OKLCH | oklch(0.3534 0.0236 331.7) | color: oklch(0.3534 0.0236 331.7) | |
| Lab | lab(24.66 7.4 -4.21) | color: lab(24.66 7.4 -4.21) | |
| LCH | lch(24.66 8.51 330.36) | color: lch(24.66 8.51 330.36) |
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)
#3E3E3F — rgb(62, 62, 63)
Deuteranopia (Green-blind)
#3F3F3E — rgb(63, 63, 62)
Tritanopia (Blue-blind)
#423D3C — rgb(66, 61, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(310, 10%, 24%);
text
color: hsl(310, 10%, 24%);
border
border: 2px solid hsl(310, 10%, 24%);
gradient light
background: linear-gradient(to right, hsl(310, 10%, 44%), hsl(310, 10%, 24%));
gradient dark
background: linear-gradient(to right, hsl(310, 10%, 24%), hsl(310, 10%, 4%))
hex
background-color: #433741;
tailwind
bg-[hsl(310,10%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(310, 10%, 24%, 0.4);
css variable
--color-primary: hsl(310, 10%, 24%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(310, 10%, 24%)?
HEX: #433741 | RGB: rgb(67, 55, 65) | CMYK: 0%, 18%, 3%, 74% | HSV: 310°, 18%, 26%. Copy any format from the conversion table above.
What colors go well with #433741?
The complementary color is HSL(130, 10%, 24%). 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, 10%, 24%) in CSS?
As HSL: color: hsl(310, 10%, 24%); — As HEX: color: #433741; — As RGB: color: rgb(67, 55, 65); — Tailwind CSS: bg-[hsl(310,10%,24%)] — CSS variable: --color-primary: hsl(310, 10%, 24%);