#3A3ABD
A medium, moderate blue closely aligning with Slateblue.
About #3A3ABD
When working with digital screens, the color #3A3ABD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Slateblue. This translates to an RGB value of rgb(58, 58, 189).
If you are designing for print, the four-color process is what matters most. The color uses 69% Cyan, 69% Magenta, 0% Yellow, and 26% Black. The HSL representation is 240.0° hue, 53.0% saturation, and 48.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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A3ABD
RGB58, 58, 189
HSL240.0°, 53.0%, 48.4%
CMYK69%, 69%, 0%, 26%
HSV240.0°, 69.3%, 74.1%
LAB33.1, 42.1, -68.5
XYZ12.4, 7.6, 49.0
Decimal3816125
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A3ABD;
}
.text-color {
color: #3A3ABD;
}
.border-color {
border: 2px solid #3A3ABD;
}