#FF6683
A light, vivid red closely aligning with Lightcoral.
About #FF6683
Visually, #FF6683 is defined as a vivid red. Designers often compare it to the standard color Lightcoral. In the RGB color space, it consists of 255 red, 102 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF6683
RGB255, 102, 131
HSL348.6°, 100.0%, 70.0%
CMYK0%, 60%, 49%, 0%
HSV348.6°, 60.0%, 100.0%
LAB63.7, 60.4, 14.8
XYZ50.1, 32.4, 25.1
Decimal16737923
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.81:1
Text on #FFFFFF
FAIL
7.48:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF6683;
}
.text-color {
color: #FF6683;
}
.border-color {
border: 2px solid #FF6683;
}