Magenta
#B022F7
PurpleColor Codes
All color formats for development
HEX
#B022F7RGB
rgb(176, 34, 247)HSL
hsl(280, 93%, 55%)OKLCH
oklch(0.593 0.282 309.8)CMYK
cmyk(29%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A509F4
2#9308D9
3#8107BD
4#6E06A2
5#5C0587
6#49046C
7#370351
8#250236
9#12011B
Tints
Lighter variations
1#B838F8
2#C04EF9
3#C864F9
4#CF7AFA
5#D790FB
6#DFA6FC
7#E7BDFD
8#EFD3FD
9#F7E9FE
Tones
Muted variations
1#AC2CEC
2#A937E2
3#A542D7
4#A24CCC
5#9E57C2
6#9A62B7
7#976CAC
8#9377A2
9#908297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F3DD #F3DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E8BF #E8BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D78E #D78EFB | BordersInactive statesPlaceholder text |
| 400 | C153 #C153F9 | Disabled statesSecondary iconsMuted text |
| 500 | B022 #B022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9308 #9308D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7506 #7506AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5404 #54047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3503 #35034F | Primary textHigh emphasis contentDark headings |
| 950 | 2102 #210231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FAF0FE;
--magenta-100: #F3DDFE;
--magenta-200: #E8BFFD;
--magenta-300: #D78EFB;
--magenta-400: #C153F9;
--magenta-500: #B022F7;
--magenta-600: #9308D9;
--magenta-700: #7506AC;
--magenta-800: #54047B;
--magenta-900: #35034F;
--magenta-950: #210231;
}