Magenta
#A604DC
PinkColor Codes
All color formats for development
HEX
#A604DCRGB
rgb(166, 4, 220)HSL
hsl(285, 96%, 44%)OKLCH
oklch(0.548 0.271 313.4)CMYK
cmyk(25%, 98%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9504C6
2#8504B0
3#74039A
4#640384
5#53026E
6#420258
7#320142
8#21012C
9#110016
Tints
Lighter variations
1#BB05F8
2#C41FFA
3#CB3BFB
4#D257FC
5#DA73FC
6#E18FFD
7#E9ABFD
8#F0C7FE
9#F8E3FE
Tones
Muted variations
1#A10FD1
2#9B1AC6
3#9625BC
4#9130B1
5#8B3AA6
6#86459B
7#805091
8#7B5B86
9#76657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18C #E18CFD | BordersInactive statesPlaceholder text |
| 400 | D150 #D150FB | Disabled statesSecondary iconsMuted text |
| 500 | C31E #C31EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | A604 #A604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EEBEFE;
--magenta-300: #E18CFD;
--magenta-400: #D150FB;
--magenta-500: #C31EFA;
--magenta-600: #A604DC;
--magenta-700: #8404AF;
--magenta-800: #5E037D;
--magenta-900: #3C0250;
--magenta-950: #260132;
}