Magenta
#BB13CD
PinkColor Codes
All color formats for development
HEX
#BB13CDRGB
rgb(187, 19, 205)HSL
hsl(294, 83%, 44%)OKLCH
oklch(0.572 0.262 323.3)CMYK
cmyk(9%, 91%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A811B9
2#950FA4
3#830D90
4#700B7B
5#5D0A67
6#4B0852
7#38063E
8#250429
9#130215
Tints
Lighter variations
1#D216E7
2#D92EEC
3#DD48EE
4#E262F0
5#E77CF3
6#EC96F5
7#F1B1F8
8#F5CBFA
9#FAE5FD
Tones
Muted variations
1#B31CC4
2#AC26BB
3#A42FB1
4#9D38A8
5#95429F
6#8E4B95
7#87548C
8#7F5E83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EB94 #EB94F5 | BordersInactive statesPlaceholder text |
| 400 | E15C #E15CF0 | Disabled statesSecondary iconsMuted text |
| 500 | D82D #D82DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | BB13 #BB13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950F #950FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A0B #6A0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2A04 #2A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F4C2F9;
--magenta-300: #EB94F5;
--magenta-400: #E15CF0;
--magenta-500: #D82DEB;
--magenta-600: #BB13CD;
--magenta-700: #950FA3;
--magenta-800: #6A0B75;
--magenta-900: #44074B;
--magenta-950: #2A042F;
}