#3A00D3
A medium, vivid purple closely aligning with Mediumblue.
About #3A00D3
When working with digital screens, the color #3A00D3 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(58, 0, 211).
Translating this color to physical media requires the CMYK color model. The color uses 73% Cyan, 100% Magenta, 0% Yellow, and 17% Black. The HSL representation is 256.5° hue, 100.0% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3A00D3
RGB58, 0, 211
HSL256.5°, 100.0%, 41.4%
CMYK73%, 100%, 0%, 17%
HSV256.5°, 100.0%, 82.7%
LAB28.4, 69.6, -89.2
XYZ13.5, 5.6, 62.0
Decimal3801299
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.90:1
Text on #FFFFFF
AAA
2.12:1
Text on #000000
FAIL
9.47:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A00D3;
}
.text-color {
color: #3A00D3;
}
.border-color {
border: 2px solid #3A00D3;
}