Magenta
#941FF9
PurpleColor Codes
All color formats for development
HEX
#941FF9RGB
rgb(148, 31, 249)HSL
hsl(272, 95%, 55%)OKLCH
oklch(0.558 0.28 300.8)CMYK
cmyk(41%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8606F6
2#7706DB
3#6805BF
4#5904A4
5#4B0489
6#3C036D
7#2D0252
8#1E0137
9#0F011B
Tints
Lighter variations
1#9E36FA
2#A94CFA
3#B462FB
4#BF79FC
5#C98FFC
6#D4A5FD
7#DFBCFD
8#EAD2FE
9#F4E9FE
Tones
Muted variations
1#932AEE
2#9235E3
3#9140D9
4#914BCE
5#9056C3
6#8F61B8
7#8E6CAD
8#8E76A2
9#8D8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDC #EEDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BE #E0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C88D #C88DFC | BordersInactive statesPlaceholder text |
| 400 | AB51 #AB51FB | Disabled statesSecondary iconsMuted text |
| 500 | 941F #941FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7706 #7706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F04 #5F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4403 #44037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B02 #2B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1B01 #1B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EEDCFE;
--magenta-200: #E0BEFD;
--magenta-300: #C88DFC;
--magenta-400: #AB51FB;
--magenta-500: #941FF9;
--magenta-600: #7706DB;
--magenta-700: #5F04AE;
--magenta-800: #44037C;
--magenta-900: #2B0250;
--magenta-950: #1B0132;
}