#C583DB
A light, moderate magenta closely aligning with Orchid.
About #C583DB
At its core, #C583DB is a light and moderate hue. It is closely associated with the named CSS color Orchid. This translates to an RGB value of rgb(197, 131, 219).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 10% cyan, 40% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C583DB
RGB197, 131, 219
HSL285.0°, 55.0%, 68.6%
CMYK10%, 40%, 0%, 14%
HSV285.0°, 40.2%, 85.9%
LAB64.3, 40.3, -35.0
XYZ43.9, 33.2, 71.1
Decimal12944347
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C583DB;
}
.text-color {
color: #C583DB;
}
.border-color {
border: 2px solid #C583DB;
}