#680450
A dark, vivid magenta closely aligning with Purple.
About #680450
When working with digital screens, the color #680450 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(104, 4, 80).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 96% magenta, 23% yellow, and 59% black. With a hue angle of 314.4 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#680450
RGB104, 4, 80
HSL314.4°, 92.6%, 21.2%
CMYK0%, 96%, 23%, 59%
HSV314.4°, 96.2%, 40.8%
LAB22.3, 46.3, -17.3
XYZ7.2, 3.6, 7.9
Decimal6816848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.20:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.66:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #680450;
}
.text-color {
color: #680450;
}
.border-color {
border: 2px solid #680450;
}