#8349DB
A medium, moderate purple closely aligning with Darkorchid.
About #8349DB
The hex code #8349DB represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(131, 73, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 40% C, 67% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8349DB
RGB131, 73, 219
HSL263.8°, 67.0%, 57.3%
CMYK40%, 67%, 0%, 14%
HSV263.8°, 66.7%, 85.9%
LAB45.2, 54.4, -65.9
XYZ24.5, 14.7, 68.6
Decimal8604123
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8349DB;
}
.text-color {
color: #8349DB;
}
.border-color {
border: 2px solid #8349DB;
}