Magenta
#B51EFA
PurpleColor Codes
All color formats for development
HEX
#B51EFARGB
rgb(181, 30, 250)HSL
hsl(281, 96%, 55%)OKLCH
oklch(0.6 0.288 310.7)CMYK
cmyk(28%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB05F7
2#9804DC
3#8504C0
4#7203A5
5#5F0389
6#4C026E
7#390252
8#260137
9#13011B
Tints
Lighter variations
1#BC35FB
2#C44BFB
3#CB62FC
4#D278FC
5#DA8FFD
6#E1A5FD
7#E9BCFE
8#F0D2FE
9#F8E9FF
Tones
Muted variations
1#B129EF
2#AD34E4
3#A93FD9
4#A44ACE
5#A055C3
6#9C60B8
7#986BAD
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 | EABE #EABEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D98C #D98CFD | BordersInactive statesPlaceholder text |
| 400 | C550 #C550FB | Disabled statesSecondary iconsMuted text |
| 500 | B51E #B51EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9804 #9804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7904 #7904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5603 #56037D | 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: #EABEFE;
--magenta-300: #D98CFD;
--magenta-400: #C550FB;
--magenta-500: #B51EFA;
--magenta-600: #9804DC;
--magenta-700: #7904AF;
--magenta-800: #56037D;
--magenta-900: #370250;
--magenta-950: #220132;
}