Magenta
#A808D9
PinkColor Codes
All color formats for development
HEX
#A808D9RGB
rgb(168, 8, 217)HSL
hsl(286, 93%, 44%)OKLCH
oklch(0.55 0.268 314.7)CMYK
cmyk(23%, 96%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9707C3
2#8606AD
3#750598
4#650582
5#54046C
6#430357
7#320241
8#22022B
9#110116
Tints
Lighter variations
1#BD09F4
2#C523F7
3#CD3EF8
4#D45AF9
5#DB75FA
6#E291FB
7#E9ACFC
8#F1C8FD
9#F8E3FE
Tones
Muted variations
1#A212CE
2#9D1DC4
3#9727B9
4#9232AF
5#8C3CA4
6#86469A
7#815190
8#7B5B85
9#76667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DD #F6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E18E #E18EFB | BordersInactive statesPlaceholder text |
| 400 | D253 #D253F9 | Disabled statesSecondary iconsMuted text |
| 500 | C522 #C522F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | A808 #A808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8606 #8606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5F04 #5F047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D03 #3D034F | Primary textHigh emphasis contentDark headings |
| 950 | 2602 #260231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FBF0FE;
--magenta-100: #F6DDFE;
--magenta-200: #EEBFFD;
--magenta-300: #E18EFB;
--magenta-400: #D253F9;
--magenta-500: #C522F7;
--magenta-600: #A808D9;
--magenta-700: #8606AC;
--magenta-800: #5F047B;
--magenta-900: #3D034F;
--magenta-950: #260231;
}