Magenta
#B323F6
PurpleColor Codes
All color formats for development
HEX
#B323F6RGB
rgb(179, 35, 246)HSL
hsl(281, 92%, 55%)OKLCH
oklch(0.596 0.282 310.8)CMYK
cmyk(27%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A90AF2
2#9609D7
3#8308BC
4#7107A2
5#5E0687
6#4B046C
7#380351
8#260236
9#13011B
Tints
Lighter variations
1#BB39F7
2#C24FF8
3#CA65F9
4#D17BF9
5#D991FA
6#E1A7FB
7#E8BDFC
8#F0D3FD
9#F7E9FE
Tones
Muted variations
1#AF2DEB
2#AB38E1
3#A742D6
4#A34DCC
5#A057C1
6#9C62B6
7#986DAC
8#9477A1
9#908297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BF #E9BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFA | BordersInactive statesPlaceholder text |
| 400 | C454 #C454F8 | Disabled statesSecondary iconsMuted text |
| 500 | B323 #B323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9609 #9609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7707 #7707AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5505 #55057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034E | Primary textHigh emphasis contentDark headings |
| 950 | 2202 #220231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F3DDFE;
--magenta-200: #E9BFFC;
--magenta-300: #D88EFA;
--magenta-400: #C454F8;
--magenta-500: #B323F6;
--magenta-600: #9609D7;
--magenta-700: #7707AB;
--magenta-800: #55057A;
--magenta-900: #37034E;
--magenta-950: #220231;
}