#F82CDB
A medium, vivid magenta closely aligning with Fuchsia.
About #F82CDB
When working with digital screens, the color #F82CDB is rendered by mixing light. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(248, 44, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. The HSL representation is 308.5° hue, 93.6% saturation, and 57.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F82CDB
RGB248, 44, 219
HSL308.5°, 93.6%, 57.3%
CMYK0%, 82%, 12%, 3%
HSV308.5°, 82.3%, 97.3%
LAB58.9, 87.3, -43.1
XYZ52.4, 26.9, 69.4
Decimal16264411
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82CDB;
}
.text-color {
color: #F82CDB;
}
.border-color {
border: 2px solid #F82CDB;
}