#998AF0
A light, vivid blue closely aligning with Mediumpurple.
About #998AF0
The precise color #998AF0 is an excellent choice for modern design projects. Its closest recognized web color is Mediumpurple. This translates to an RGB value of rgb(153, 138, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 36% cyan, 43% magenta, 0% yellow, and 6% black. With a hue angle of 248.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#998AF0
RGB153, 138, 240
HSL248.8°, 77.3%, 74.1%
CMYK36%, 43%, 0%, 6%
HSV248.8°, 42.5%, 94.1%
LAB62.7, 28.9, -49.5
XYZ38.0, 31.2, 86.5
Decimal10062576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.90:1
Text on #FFFFFF
FAIL
7.25:1
Text on #000000
AAA
2.77:1
Text on #F8FAFC
FAIL
6.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #998AF0;
}
.text-color {
color: #998AF0;
}
.border-color {
border: 2px solid #998AF0;
}