Magenta
#A906DB
PinkColor Codes
All color formats for development
HEX
#A906DBRGB
rgb(169, 6, 219)HSL
hsl(286, 95%, 44%)OKLCH
oklch(0.552 0.27 314.5)CMYK
cmyk(23%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9805C5
2#8704AF
3#760499
4#650383
5#55036D
6#440258
7#330242
8#22012C
9#110116
Tints
Lighter variations
1#BF06F7
2#C720F9
3#CE3CFA
4#D558FB
5#DC74FB
6#E390FC
7#EAABFD
8#F1C7FE
9#F8E3FE
Tones
Muted variations
1#A310D0
2#9E1BC5
3#9826BB
4#9230B0
5#8D3BA5
6#87469B
7#815090
8#7C5B86
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 | EFBE #EFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E28D #E28DFC | BordersInactive statesPlaceholder text |
| 400 | D351 #D351FB | Disabled statesSecondary iconsMuted text |
| 500 | C61F #C61FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A906 #A906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8604 #8604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6003 #60037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 3D02 #3D0250 | 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: #EFBEFD;
--magenta-300: #E28DFC;
--magenta-400: #D351FB;
--magenta-500: #C61FF9;
--magenta-600: #A906DB;
--magenta-700: #8604AE;
--magenta-800: #60037C;
--magenta-900: #3D0250;
--magenta-950: #260132;
}