Magenta
#A807DA
PinkColor Codes
All color formats for development
HEX
#A807DARGB
rgb(168, 7, 218)HSL
hsl(286, 94%, 44%)OKLCH
oklch(0.55 0.269 314.5)CMYK
cmyk(23%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9806C4
2#8705AE
3#760598
4#650483
5#54036D
6#430357
7#330241
8#22012C
9#110116
Tints
Lighter variations
1#BE08F5
2#C621F8
3#CD3DF9
4#D459FA
5#DB74FB
6#E390FC
7#EAACFC
8#F1C8FD
9#F8E3FE
Tones
Muted variations
1#A311CF
2#9D1CC5
3#9826BA
4#9231AF
5#8C3BA5
6#87469A
7#815190
8#7B5B85
9#76667B
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 | EEBF #EEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFB | BordersInactive statesPlaceholder text |
| 400 | D252 #D252FA | Disabled statesSecondary iconsMuted text |
| 500 | C620 #C620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | A807 #A807DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8605 #8605AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6004 #60047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D024F | 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: #FBF0FF;
--magenta-100: #F6DCFE;
--magenta-200: #EEBFFD;
--magenta-300: #E28DFB;
--magenta-400: #D252FA;
--magenta-500: #C620F8;
--magenta-600: #A807DA;
--magenta-700: #8605AD;
--magenta-800: #60047C;
--magenta-900: #3D024F;
--magenta-950: #260231;
}