Magenta
#C21AFF
PurpleColor Codes
All color formats for development
HEX
#C21AFFRGB
rgb(194, 26, 255)HSL
hsl(284, 100%, 55%)OKLCH
oklch(0.619 0.297 313.4)CMYK
cmyk(24%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B900FC
2#A500E0
3#9000C4
4#7B00A8
5#67008C
6#520070
7#3E0054
8#290038
9#15001C
Tints
Lighter variations
1#C830FF
2#CE47FF
3#D45EFF
4#DA75FF
5#E08CFF
6#E7A3FF
7#EDBAFF
8#F3D1FF
9#F9E8FF
Tones
Muted variations
1#BC25F4
2#B730E8
3#B23CDD
4#AC47D1
5#A753C6
6#A25EBA
7#9C6AAF
8#9775A3
9#928198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DB #F5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E08A #E08AFF | BordersInactive statesPlaceholder text |
| 400 | CF4D #CF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | C21A #C21AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A500 #A500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8300 #8300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E00 #5E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C00 #3C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2500 #250033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F5DBFF;
--magenta-200: #EDBDFF;
--magenta-300: #E08AFF;
--magenta-400: #CF4DFF;
--magenta-500: #C21AFF;
--magenta-600: #A500E0;
--magenta-700: #8300B3;
--magenta-800: #5E0080;
--magenta-900: #3C0052;
--magenta-950: #250033;
}