Magenta
#B827F1
PurpleColor Codes
All color formats for development
HEX
#B827F1RGB
rgb(184, 39, 241)HSL
hsl(283, 88%, 55%)OKLCH
oklch(0.601 0.277 313.3)CMYK
cmyk(24%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE0FED
2#9B0DD3
3#880CB9
4#740A9E
5#610884
6#4D0769
7#3A054F
8#270335
9#13021A
Tints
Lighter variations
1#BF3DF3
2#C652F4
3#CD68F5
4#D47EF7
5#DC93F8
6#E3A9F9
7#EABEFB
8#F1D4FC
9#F8E9FE
Tones
Muted variations
1#B431E7
2#AF3BDD
3#AB46D3
4#A750C9
5#A25ABF
6#9E64B5
7#996EAB
8#9578A0
9#918296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EAC1 #EAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DB91 #DB91F8 | BordersInactive statesPlaceholder text |
| 400 | C857 #C857F4 | Disabled statesSecondary iconsMuted text |
| 500 | B827 #B827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9B0D #9B0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B0B #7B0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5808 #580878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3805 #38054D | Primary textHigh emphasis contentDark headings |
| 950 | 2303 #230330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF1FE;
--magenta-100: #F4DDFD;
--magenta-200: #EAC1FB;
--magenta-300: #DB91F8;
--magenta-400: #C857F4;
--magenta-500: #B827F1;
--magenta-600: #9B0DD3;
--magenta-700: #7B0BA8;
--magenta-800: #580878;
--magenta-900: #38054D;
--magenta-950: #230330;
}