Magenta
#AE03DD
PinkColor Codes
All color formats for development
HEX
#AE03DDRGB
rgb(174, 3, 221)HSL
hsl(287, 97%, 44%)OKLCH
oklch(0.56 0.274 315.6)CMYK
cmyk(21%, 99%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C03C7
2#8B03B1
3#7A029B
4#680285
5#57026F
6#460158
7#340142
8#23012C
9#110016
Tints
Lighter variations
1#C404F9
2#CC1EFC
3#D23AFC
4#D856FC
5#DF72FD
6#E58EFD
7#ECABFE
8#F2C7FE
9#F9E3FF
Tones
Muted variations
1#A80ED2
2#A219C7
3#9B24BC
4#952FB2
5#8F3AA7
6#89459C
7#835091
8#7D5A86
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DC #F7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BE #F0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E58B #E58BFD | BordersInactive statesPlaceholder text |
| 400 | D74F #D74FFC | Disabled statesSecondary iconsMuted text |
| 500 | CB1D #CB1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | AE03 #AE03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8A03 #8A03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6302 #63027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F01 #3F0150 | Primary textHigh emphasis contentDark headings |
| 950 | 2801 #280132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F7DCFE;
--magenta-200: #F0BEFE;
--magenta-300: #E58BFD;
--magenta-400: #D74FFC;
--magenta-500: #CB1DFC;
--magenta-600: #AE03DD;
--magenta-700: #8A03B0;
--magenta-800: #63027E;
--magenta-900: #3F0150;
--magenta-950: #280132;
}