Magenta
#AC00E0
PinkColor Codes
All color formats for development
HEX
#AC00E0RGB
rgb(172, 0, 224)HSL
hsl(286, 100%, 44%)OKLCH
oklch(0.559 0.276 314.3)CMYK
cmyk(23%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B00CA
2#8A00B4
3#78009D
4#670087
5#560070
6#45005A
7#340043
8#22002D
9#110016
Tints
Lighter variations
1#C200FD
2#CA1BFF
3#D037FF
4#D754FF
5#DE70FF
6#E48DFF
7#EBA9FF
8#F2C6FF
9#F8E2FF
Tones
Muted variations
1#A60BD5
2#A016CA
3#9A22BF
4#942DB4
5#8E38A8
6#88439D
7#824F92
8#7C5A87
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F7DB #F7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F0BD #F0BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E48A #E48AFF | BordersInactive statesPlaceholder text |
| 400 | D54D #D54DFF | Disabled statesSecondary iconsMuted text |
| 500 | C91A #C91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | AC00 #AC00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8900 #8900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6200 #620080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3F00 #3F0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2700 #270033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F7DBFF;
--magenta-200: #F0BDFF;
--magenta-300: #E48AFF;
--magenta-400: #D54DFF;
--magenta-500: #C91AFF;
--magenta-600: #AC00E0;
--magenta-700: #8900B3;
--magenta-800: #620080;
--magenta-900: #3F0052;
--magenta-950: #270033;
}