#9292F8
A light, vivid blue closely aligning with Mediumpurple.
About #9292F8
The hex code #9292F8 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumpurple. This translates to an RGB value of rgb(146, 146, 248).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 41% cyan and 41% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9292F8
RGB146, 146, 248
HSL240.0°, 87.9%, 77.3%
CMYK41%, 41%, 0%, 3%
HSV240.0°, 41.1%, 97.3%
LAB64.5, 24.7, -51.1
XYZ39.1, 33.4, 93.2
Decimal9605880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.69:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9292F8;
}
.text-color {
color: #9292F8;
}
.border-color {
border: 2px solid #9292F8;
}