#F083E2
A light, vivid magenta closely aligning with Violet.
About #F083E2
When working with digital screens, the color #F083E2 is rendered by mixing light. Its closest recognized web color is Violet. In the RGB color space, it consists of 240 red, 131 green, and 226 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 45% M, 6% Y, and 6% K. The HSL representation is 307.7° hue, 78.4% saturation, and 72.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F083E2
RGB240, 131, 226
HSL307.7°, 78.4%, 72.7%
CMYK0%, 45%, 6%, 6%
HSV307.7°, 45.4%, 94.1%
LAB69.6, 54.4, -30.3
XYZ57.8, 40.2, 76.7
Decimal15762402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F083E2;
}
.text-color {
color: #F083E2;
}
.border-color {
border: 2px solid #F083E2;
}