#995FD3
A light, moderate purple closely aligning with Mediumpurple.
About #995FD3
At its core, #995FD3 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 153 parts red, 95 parts green, and 211 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 55% Magenta, 0% Yellow, and 17% Black. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#995FD3
RGB153, 95, 211
HSL270.0°, 56.9%, 60.0%
CMYK27%, 55%, 0%, 17%
HSV270.0°, 55.0%, 82.7%
LAB51.5, 45.8, -51.1
XYZ29.0, 19.7, 63.9
Decimal10051539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995FD3;
}
.text-color {
color: #995FD3;
}
.border-color {
border: 2px solid #995FD3;
}