#928ACC
A light, moderate blue closely aligning with Cornflowerblue.
About #928ACC
At its core, #928ACC is a light and moderate hue. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 138, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 28% cyan and 32% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#928ACC
RGB146, 138, 204
HSL247.3°, 39.3%, 67.1%
CMYK28%, 32%, 0%, 20%
HSV247.3°, 32.4%, 80.0%
LAB60.5, 17.7, -33.0
XYZ31.8, 28.6, 61.0
Decimal9603788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #928ACC;
}
.text-color {
color: #928ACC;
}
.border-color {
border: 2px solid #928ACC;
}