Magenta
#B720F8
PurpleColor Codes
All color formats for development
HEX
#B720F8RGB
rgb(183, 32, 248)HSL
hsl(282, 94%, 55%)OKLCH
oklch(0.602 0.286 311.7)CMYK
cmyk(26%, 87%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE08F5
2#9A07DA
3#8706BE
4#7405A3
5#600488
6#4D036D
7#3A0352
8#270236
9#13011B
Tints
Lighter variations
1#BF37F9
2#C64DF9
3#CD63FA
4#D479FB
5#DB90FC
6#E2A6FC
7#EABCFD
8#F1D2FE
9#F8E9FE
Tones
Muted variations
1#B32BED
2#AF36E3
3#AA41D8
4#A64CCD
5#A256C2
6#9E61B7
7#996CAD
8#9577A2
9#918197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DC #F4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EABF #EABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | DA8D #DA8DFB | BordersInactive statesPlaceholder text |
| 400 | C752 #C752FA | Disabled statesSecondary iconsMuted text |
| 500 | B720 #B720F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9A07 #9A07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7B05 #7B05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5804 #58047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3802 #38024F | Primary textHigh emphasis contentDark headings |
| 950 | 2302 #230231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FF;
--magenta-100: #F4DCFE;
--magenta-200: #EABFFD;
--magenta-300: #DA8DFB;
--magenta-400: #C752FA;
--magenta-500: #B720F8;
--magenta-600: #9A07DA;
--magenta-700: #7B05AD;
--magenta-800: #58047C;
--magenta-900: #38024F;
--magenta-950: #230231;
}