#66498A
A medium, moderate purple closely aligning with Darkslateblue.
About #66498A
When working with digital screens, the color #66498A is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 102 red, 73 green, and 138 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 26% C, 47% M, 0% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66498A
RGB102, 73, 138
HSL266.8°, 30.8%, 41.4%
CMYK26%, 47%, 0%, 46%
HSV266.8°, 47.1%, 54.1%
LAB36.8, 26.4, -31.8
XYZ12.4, 9.4, 25.2
Decimal6703498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.28:1
Text on #FFFFFF
AAA
2.88:1
Text on #000000
FAIL
6.96:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66498A;
}
.text-color {
color: #66498A;
}
.border-color {
border: 2px solid #66498A;
}