Magenta
#AA0AD6
PinkColor Codes
All color formats for development
HEX
#AA0AD6RGB
rgb(170, 10, 214)HSL
hsl(287, 91%, 44%)OKLCH
oklch(0.551 0.266 316)CMYK
cmyk(21%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9909C1
2#8808AB
3#770796
4#660681
5#55056B
6#440456
7#330340
8#22022B
9#110115
Tints
Lighter variations
1#C00BF2
2#C825F5
3#CF40F6
4#D65BF7
5#DC77F9
6#E392FA
7#EAADFB
8#F1C8FC
9#F8E4FE
Tones
Muted variations
1#A414CC
2#9E1FC2
3#9929B8
4#9333AD
5#8D3DA3
6#874799
7#82528F
8#7C5C85
9#76667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EFC0 #EFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | E38F #E38FFA | BordersInactive statesPlaceholder text |
| 400 | D455 #D455F7 | Disabled statesSecondary iconsMuted text |
| 500 | C724 #C724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | AA0A #AA0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8708 #8708AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6106 #61067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3E04 #3E044E | Primary textHigh emphasis contentDark headings |
| 950 | 2702 #270231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFD;
--magenta-200: #EFC0FC;
--magenta-300: #E38FFA;
--magenta-400: #D455F7;
--magenta-500: #C724F5;
--magenta-600: #AA0AD6;
--magenta-700: #8708AA;
--magenta-800: #61067A;
--magenta-900: #3E044E;
--magenta-950: #270231;
}