Magenta
#A506DB
PinkColor Codes
All color formats for development
HEX
#A506DBRGB
rgb(165, 6, 219)HSL
hsl(285, 95%, 44%)OKLCH
oklch(0.547 0.269 313.3)CMYK
cmyk(25%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9505C5
2#8404AF
3#740499
4#630383
5#53036D
6#420258
7#320242
8#21012C
9#110116
Tints
Lighter variations
1#BB06F7
2#C320F9
3#CB3CFA
4#D258FB
5#DA74FB
6#E190FC
7#E9ABFD
8#F0C7FE
9#F8E3FE
Tones
Muted variations
1#A010D0
2#9B1BC5
3#9626BB
4#9030B0
5#8B3BA5
6#86469B
7#805090
8#7B5B86
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 | EEBE #EEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | E08D #E08DFC | BordersInactive statesPlaceholder text |
| 400 | D051 #D051FB | Disabled statesSecondary iconsMuted text |
| 500 | C31F #C31FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | A506 #A506DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037C | 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: #EEBEFD;
--magenta-300: #E08DFC;
--magenta-400: #D051FB;
--magenta-500: #C31FF9;
--magenta-600: #A506DB;
--magenta-700: #8404AE;
--magenta-800: #5E037C;
--magenta-900: #3C0250;
--magenta-950: #260132;
}