Magenta
#B41FF9
PurpleColor Codes
All color formats for development
HEX
#B41FF9RGB
rgb(180, 31, 249)HSL
hsl(281, 95%, 55%)OKLCH
oklch(0.598 0.286 310.6)CMYK
cmyk(28%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AA06F6
2#9706DB
3#8405BF
4#7104A4
5#5F0489
6#4C036D
7#390252
8#260137
9#13011B
Tints
Lighter variations
1#BC36FA
2#C34CFA
3#CB62FB
4#D279FC
5#DA8FFC
6#E1A5FD
7#E9BCFD
8#F0D2FE
9#F8E9FE
Tones
Muted variations
1#B02AEE
2#AC35E3
3#A840D9
4#A44BCE
5#A056C3
6#9C61B8
7#986CAD
8#9476A2
9#908197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DC #F3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E9BE #E9BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D98D #D98DFC | BordersInactive statesPlaceholder text |
| 400 | C551 #C551FB | Disabled statesSecondary iconsMuted text |
| 500 | B41F #B41FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9706 #9706DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7804 #7804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5603 #56037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3702 #370250 | Primary textHigh emphasis contentDark headings |
| 950 | 2201 #220132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F3DCFE;
--magenta-200: #E9BEFD;
--magenta-300: #D98DFC;
--magenta-400: #C551FB;
--magenta-500: #B41FF9;
--magenta-600: #9706DB;
--magenta-700: #7804AE;
--magenta-800: #56037C;
--magenta-900: #370250;
--magenta-950: #220132;
}