#9992F8
A light, vivid blue closely aligning with Mediumpurple.
About #9992F8
Visually, #9992F8 is defined as a vivid blue. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(153, 146, 248).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 38% C, 41% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9992F8
RGB153, 146, 248
HSL244.1°, 87.9%, 77.3%
CMYK38%, 41%, 0%, 3%
HSV244.1°, 41.1%, 97.3%
LAB65.0, 26.5, -50.2
XYZ40.4, 34.1, 93.3
Decimal10064632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.68:1
Text on #FFFFFF
FAIL
7.82:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9992F8;
}
.text-color {
color: #9992F8;
}
.border-color {
border: 2px solid #9992F8;
}