#AF1D42
A medium, vivid magenta closely aligning with Brown.
About #AF1D42
Visually, #AF1D42 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(175, 29, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 83% M, 62% Y, and 31% K. The HSL representation is 344.8° hue, 71.6% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF1D42
RGB175, 29, 66
HSL344.8°, 71.6%, 40.0%
CMYK0%, 83%, 62%, 31%
HSV344.8°, 83.4%, 68.6%
LAB38.5, 57.8, 17.3
XYZ19.1, 10.4, 6.2
Decimal11476290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.82:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.52:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF1D42;
}
.text-color {
color: #AF1D42;
}
.border-color {
border: 2px solid #AF1D42;
}