#B094D1
A light, moderate purple closely aligning with Plum.
About #B094D1
Visually, #B094D1 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Plum. This translates to an RGB value of rgb(176, 148, 209).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 16% cyan, 29% magenta, 0% yellow, and 18% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#B094D1
RGB176, 148, 209
HSL267.5°, 39.9%, 70.0%
CMYK16%, 29%, 0%, 18%
HSV267.5°, 29.2%, 82.0%
LAB65.8, 22.3, -27.4
XYZ40.0, 35.0, 65.0
Decimal11572433
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.00:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B094D1;
}
.text-color {
color: #B094D1;
}
.border-color {
border: 2px solid #B094D1;
}