#F083B6
A light, vivid magenta closely aligning with Palevioletred.
About #F083B6
Visually, #F083B6 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Palevioletred. In the RGB color space, it consists of 240 red, 131 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 45% M, 24% Y, and 6% K. The HSL representation is 331.9° hue, 78.4% saturation, and 72.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F083B6
RGB240, 131, 182
HSL331.9°, 78.4%, 72.7%
CMYK0%, 45%, 24%, 6%
HSV331.9°, 45.4%, 94.1%
LAB68.1, 47.6, -8.1
XYZ52.5, 38.1, 48.9
Decimal15762358
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.63:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F083B6;
}
.text-color {
color: #F083B6;
}
.border-color {
border: 2px solid #F083B6;
}