Magenta
#B527F1
PurpleColor Codes
All color formats for development
HEX
#B527F1RGB
rgb(181, 39, 241)HSL
hsl(282, 88%, 55%)OKLCH
oklch(0.597 0.276 312.4)CMYK
cmyk(25%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AB0FED
2#980DD3
3#850CB9
4#720A9E
5#5F0884
6#4C0769
7#39054F
8#260335
9#13021A
Tints
Lighter variations
1#BC3DF3
2#C452F4
3#CB68F5
4#D27EF7
5#DA93F8
6#E1A9F9
7#E9BEFB
8#F0D4FC
9#F8E9FE
Tones
Muted variations
1#B131E7
2#AD3BDD
3#A946D3
4#A450C9
5#A05ABF
6#9C64B5
7#986EAB
8#9478A0
9#908296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | D991 #D991F8 | BordersInactive statesPlaceholder text |
| 400 | C557 #C557F4 | Disabled statesSecondary iconsMuted text |
| 500 | B527 #B527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 980D #980DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 790B #790BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5608 #560878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3705 #37054D | Primary textHigh emphasis contentDark headings |
| 950 | 2203 #220330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF1FE;
--magenta-100: #F3DDFD;
--magenta-200: #EAC1FB;
--magenta-300: #D991F8;
--magenta-400: #C557F4;
--magenta-500: #B527F1;
--magenta-600: #980DD3;
--magenta-700: #790BA8;
--magenta-800: #560878;
--magenta-900: #37054D;
--magenta-950: #220330;
}