Magenta
#B11EFA
PurpleColor Codes
All color formats for development
HEX
#B11EFARGB
rgb(177, 30, 250)HSL
hsl(280, 96%, 55%)OKLCH
oklch(0.594 0.287 309.6)CMYK
cmyk(29%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A705F7
2#9404DC
3#8204C0
4#6F03A5
5#5D0389
6#4A026E
7#380252
8#250137
9#13011B
Tints
Lighter variations
1#B935FB
2#C14BFB
3#C862FC
4#D078FC
5#D88FFD
6#E0A5FD
7#E8BCFE
8#EFD2FE
9#F7E9FF
Tones
Muted variations
1#AD29EF
2#AA34E4
3#A63FD9
4#A24ACE
5#9F55C3
6#9B60B8
7#976BAD
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 | E8BE #E8BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | D78C #D78CFD | BordersInactive statesPlaceholder text |
| 400 | C250 #C250FB | Disabled statesSecondary iconsMuted text |
| 500 | B11E #B11EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 9404 #9404DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7604 #7604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5403 #54037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3602 #360250 | 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: #E8BEFE;
--magenta-300: #D78CFD;
--magenta-400: #C250FB;
--magenta-500: #B11EFA;
--magenta-600: #9404DC;
--magenta-700: #7604AF;
--magenta-800: #54037D;
--magenta-900: #360250;
--magenta-950: #220132;
}