Magenta
#A922F7
PurpleColor Codes
All color formats for development
HEX
#A922F7RGB
rgb(169, 34, 247)HSL
hsl(278, 93%, 55%)OKLCH
oklch(0.584 0.281 307.7)CMYK
cmyk(32%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9E09F4
2#8C08D9
3#7B07BD
4#6906A2
5#580587
6#46046C
7#350351
8#230236
9#12011B
Tints
Lighter variations
1#B138F8
2#BA4EF9
3#C364F9
4#CB7AFA
5#D490FB
6#DCA6FC
7#E5BDFD
8#EED3FD
9#F6E9FE
Tones
Muted variations
1#A62CEC
2#A337E2
3#A042D7
4#9D4CCC
5#9A57C2
6#9862B7
7#956CAC
8#9277A2
9#8F8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F9F0 #F9F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F2DD #F2DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E6BF #E6BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | D38E #D38EFB | BordersInactive statesPlaceholder text |
| 400 | BC53 #BC53F9 | Disabled statesSecondary iconsMuted text |
| 500 | A922 #A922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 8C08 #8C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6F06 #6F06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5004 #50047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3303 #33034F | Primary textHigh emphasis contentDark headings |
| 950 | 2002 #200231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #F9F0FE;
--magenta-100: #F2DDFE;
--magenta-200: #E6BFFD;
--magenta-300: #D38EFB;
--magenta-400: #BC53F9;
--magenta-500: #A922F7;
--magenta-600: #8C08D9;
--magenta-700: #6F06AC;
--magenta-800: #50047B;
--magenta-900: #33034F;
--magenta-950: #200231;
}