Magenta
#BA1AFF
PurpleColor Codes
All color formats for development
HEX
#BA1AFFRGB
rgb(186, 26, 255)HSL
hsl(282, 100%, 55%)OKLCH
oklch(0.609 0.295 311.2)CMYK
cmyk(27%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B100FC
2#9D00E0
3#8900C4
4#7600A8
5#62008C
6#4F0070
7#3B0054
8#270038
9#14001C
Tints
Lighter variations
1#C130FF
2#C847FF
3#CF5EFF
4#D675FF
5#DD8CFF
6#E3A3FF
7#EABAFF
8#F1D1FF
9#F8E8FF
Tones
Muted variations
1#B625F4
2#B130E8
3#AC3CDD
4#A847D1
5#A353C6
6#9F5EBA
7#9A6AAF
8#9575A3
9#918198
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DB #F4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBD #EBBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8A #DC8AFF | BordersInactive statesPlaceholder text |
| 400 | C94D #C94DFF | Disabled statesSecondary iconsMuted text |
| 500 | BA1A #BA1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D00 #9D00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D00 #7D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5900 #590080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3900 #390052 | Primary textHigh emphasis contentDark headings |
| 950 | 2400 #240033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DBFF;
--magenta-200: #EBBDFF;
--magenta-300: #DC8AFF;
--magenta-400: #C94DFF;
--magenta-500: #BA1AFF;
--magenta-600: #9D00E0;
--magenta-700: #7D00B3;
--magenta-800: #590080;
--magenta-900: #390052;
--magenta-950: #240033;
}