Magenta
#9B1DFC
PurpleColor Codes
All color formats for development
HEX
#9B1DFCRGB
rgb(155, 29, 252)HSL
hsl(274, 97%, 55%)OKLCH
oklch(0.568 0.285 302.5)CMYK
cmyk(38%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F04F9
2#7F03DD
3#6F03C1
4#5F03A6
5#4F028A
6#3F026F
7#300153
8#200137
9#10001C
Tints
Lighter variations
1#A534FC
2#AF4AFC
3#B961FD
4#C377FD
5#CD8EFD
6#D7A5FE
7#E1BBFE
8#EBD2FE
9#F5E8FF
Tones
Muted variations
1#9A28F0
2#9833E5
3#973EDA
4#9549CF
5#9455C4
6#9260B9
7#916BAE
8#8F76A3
9#8E8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDC #EFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2BE #E2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | CC8B #CC8BFD | BordersInactive statesPlaceholder text |
| 400 | B14F #B14FFC | Disabled statesSecondary iconsMuted text |
| 500 | 9B1D #9B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F03 #7F03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6503 #6503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4802 #48027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E01 #2E0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1D01 #1D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F8F0FF;
--magenta-100: #EFDCFE;
--magenta-200: #E2BEFE;
--magenta-300: #CC8BFD;
--magenta-400: #B14FFC;
--magenta-500: #9B1DFC;
--magenta-600: #7F03DD;
--magenta-700: #6503B0;
--magenta-800: #48027E;
--magenta-900: #2E0150;
--magenta-950: #1D0132;
}