Magenta
#941AFF
PurpleColor Codes
All color formats for development
HEX
#941AFFRGB
rgb(148, 26, 255)HSL
hsl(272, 100%, 55%)OKLCH
oklch(0.561 0.288 299.8)CMYK
cmyk(42%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8700FC
2#7800E0
3#6900C4
4#5A00A8
5#4B008C
6#3C0070
7#2D0054
8#1E0038
9#0F001C
Tints
Lighter variations
1#9F30FF
2#A947FF
3#B45EFF
4#BF75FF
5#C98CFF
6#D4A3FF
7#DFBAFF
8#EAD1FF
9#F4E8FF
Tones
Muted variations
1#9325F4
2#9230E8
3#923CDD
4#9147D1
5#9053C6
6#8F5EBA
7#8F6AAF
8#8E75A3
9#8D8198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDB #EEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BD #E0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | C88A #C88AFF | BordersInactive statesPlaceholder text |
| 400 | AC4D #AC4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 941A #941AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 7800 #7800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F00 #5F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4400 #440080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C00 #2C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1B00 #1B0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EEDBFF;
--magenta-200: #E0BDFF;
--magenta-300: #C88AFF;
--magenta-400: #AC4DFF;
--magenta-500: #941AFF;
--magenta-600: #7800E0;
--magenta-700: #5F00B3;
--magenta-800: #440080;
--magenta-900: #2C0052;
--magenta-950: #1B0033;
}