#663AF8
A light, vivid blue closely aligning with Blueviolet.
About #663AF8
The hex code #663AF8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 102 red, 58 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 59% C, 77% M, 0% Y, and 3% K. The HSL representation is 253.9° hue, 93.1% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#663AF8
RGB102, 58, 248
HSL253.9°, 93.1%, 60.0%
CMYK59%, 77%, 0%, 3%
HSV253.9°, 76.6%, 97.3%
LAB42.2, 64.9, -87.3
XYZ23.9, 12.6, 90.0
Decimal6699768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.96:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.69:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663AF8;
}
.text-color {
color: #663AF8;
}
.border-color {
border: 2px solid #663AF8;
}