Dark Purple (#301934)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 15.98:1 — vs black: 1.31:1
Color values
-
HEX
#301934 -
RGB
rgb(48, 25, 52) -
HSL
hsl(291, 51%, 20%) -
CMYK
cmyk( 7.69, 51.92, 0, 79.61 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #301934 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#301934
Base
#1D3419
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#301934
Base
#221934
#34192A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#301934
Base
#343019
#193430
Two colors flanking the complement — high contrast with less tension than full complementary.
#301934
Base
#2A3419
#193422
Four colors at 90° intervals — rich variety, best when one color dominates.
#301934
Base
#342219
#1D3419
#192A34
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#301934
Base
#100811
#170C18
#492650
#603268
#8F4B9B
Darker shades and lighter tints of Dark Purple, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#100811
#160C18
#1D0F1F
#231226
#2A162D
#301934
Base
#63336B
#964EA2
#B880C2
#D7B7DC
#F5EEF7
Ready-to-use code snippets for #301934. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #301934;
}
/* Text */
.element {
color: #301934;
}
/* Border */
.element {
border: 1px solid #301934;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#301934,
#214F19
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#301934,
#214F19
);
}
// SCSS variable
$dark-purple: #301934;
// With RGB channels (useful for rgba() usage)
$dark-purple-r: 48;
$dark-purple-g: 25;
$dark-purple-b: 52;
// Usage
.element {
background-color: $dark-purple;
color: rgba($dark-purple-r, $dark-purple-g, $dark-purple-b, 0.8);
}
How Dark Purple appears to people with different types of color vision deficiency.
#301934
How the color appears with full color vision.
#212134
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#1C1C34
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#2D1E1E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#222222
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.