HSL(314, 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(314,10%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(314, 10%, 24%) | color: hsl(314, 10%, 24%) | |
| HEX | #433740 | color: #433740 | |
| RGB | rgb(67, 55, 64) | color: rgb(67, 55, 64) | |
| CMYK | cmyk(0%, 18%, 4%, 74%) | — | |
| HSV | hsv(315, 18%, 26%) | — | |
| HWB | hwb(315 21% 74%) | color: hwb(315 21% 74%) | |
| OKLCH | oklch(0.353 0.0225 334.91) | color: oklch(0.353 0.0225 334.91) | |
| Lab | lab(24.63 7.18 -3.6) | color: lab(24.63 7.18 -3.6) | |
| LCH | lch(24.63 8.03 333.37) | color: lch(24.63 8.03 333.37) |
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)
#3E3E3E — rgb(62, 62, 62)
Deuteranopia (Green-blind)
#3F3F3D — rgb(63, 63, 61)
Tritanopia (Blue-blind)
#423C3C — rgb(66, 60, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(314, 10%, 24%);
text
color: hsl(314, 10%, 24%);
border
border: 2px solid hsl(314, 10%, 24%);
gradient light
background: linear-gradient(to right, hsl(314, 10%, 44%), hsl(314, 10%, 24%));
gradient dark
background: linear-gradient(to right, hsl(314, 10%, 24%), hsl(314, 10%, 4%))
hex
background-color: #433740;
tailwind
bg-[hsl(314,10%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(314, 10%, 24%, 0.4);
css variable
--color-primary: hsl(314, 10%, 24%);
Related Colors
Use Cases for Grayish Purple
Frequently Asked Questions
What are all the color codes for HSL(314, 10%, 24%)?
HEX: #433740 | RGB: rgb(67, 55, 64) | CMYK: 0%, 18%, 4%, 74% | HSV: 315°, 18%, 26%. Copy any format from the conversion table above.
What colors go well with #433740?
The complementary color is HSL(134, 10%, 24%). For a triadic harmony, use hues 314°, 74°, and 194°. For analogous combinations, try hues 284° and 344°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(314, 10%, 24%) in CSS?
As HSL: color: hsl(314, 10%, 24%); — As HEX: color: #433740; — As RGB: color: rgb(67, 55, 64); — Tailwind CSS: bg-[hsl(314,10%,24%)] — CSS variable: --color-primary: hsl(314, 10%, 24%);