Magenta
#A800E0
PinkColor Codes
All color formats for development
HEX
#A800E0RGB
rgb(168, 0, 224)HSL
hsl(285, 100%, 44%)OKLCH
oklch(0.553 0.275 313.1)CMYK
cmyk(25%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9700CA
2#8700B4
3#76009D
4#650087
5#540070
6#43005A
7#320043
8#22002D
9#110016
Tints
Lighter variations
1#BE00FD
2#C61BFF
3#CD37FF
4#D454FF
5#DB70FF
6#E28DFF
7#EAA9FF
8#F1C6FF
9#F8E2FF
Tones
Muted variations
1#A30BD5
2#9D16CA
3#9722BF
4#922DB4
5#8C38A8
6#87439D
7#814F92
8#7B5A87
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DB #F6DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBD #EEBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E28A #E28AFF | BordersInactive statesPlaceholder text |
| 400 | D24D #D24DFF | Disabled statesSecondary iconsMuted text |
| 500 | C61A #C61AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A800 #A800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8600 #8600B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6000 #600080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D00 #3D0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2600 #260033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DBFF;
--magenta-200: #EEBDFF;
--magenta-300: #E28AFF;
--magenta-400: #D24DFF;
--magenta-500: #C61AFF;
--magenta-600: #A800E0;
--magenta-700: #8600B3;
--magenta-800: #600080;
--magenta-900: #3D0052;
--magenta-950: #260033;
}