Magenta
#B322F7
PurpleColor Codes
All color formats for development
HEX
#B322F7RGB
rgb(179, 34, 247)HSL
hsl(281, 93%, 55%)OKLCH
oklch(0.597 0.283 310.7)CMYK
cmyk(28%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A909F4
2#9608D9
3#8407BD
4#7106A2
5#5E0587
6#4B046C
7#380351
8#260236
9#13011B
Tints
Lighter variations
1#BB38F8
2#C34EF9
3#CA64F9
4#D27AFA
5#D990FB
6#E1A6FC
7#E8BDFD
8#F0D3FD
9#F7E9FE
Tones
Muted variations
1#AF2CEC
2#AC37E2
3#A842D7
4#A44CCC
5#A057C2
6#9C62B7
7#986CAC
8#9477A2
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 #E9BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D88E #D88EFB | BordersInactive statesPlaceholder text |
| 400 | C453 #C453F9 | Disabled statesSecondary iconsMuted text |
| 500 | B322 #B322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9608 #9608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7806 #7806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5504 #55047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3703 #37034F | 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: #E9BFFD;
--magenta-300: #D88EFB;
--magenta-400: #C453F9;
--magenta-500: #B322F7;
--magenta-600: #9608D9;
--magenta-700: #7806AC;
--magenta-800: #55047B;
--magenta-900: #37034F;
--magenta-950: #220231;
}