Magenta
#BB00E0
PinkColor Codes
All color formats for development
HEX
#BB00E0RGB
rgb(187, 0, 224)HSL
hsl(290, 100%, 44%)OKLCH
oklch(0.581 0.28 318.7)CMYK
cmyk(17%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A800CA
2#9600B4
3#83009D
4#700087
5#5D0070
6#4B005A
7#380043
8#25002D
9#130016
Tints
Lighter variations
1#D300FD
2#D91BFF
3#DE37FF
4#E254FF
5#E770FF
6#EC8DFF
7#F1A9FF
8#F5C6FF
9#FAE2FF
Tones
Muted variations
1#B40BD5
2#AC16CA
3#A522BF
4#9D2DB4
5#9638A8
6#8E439D
7#874F92
8#7F5A87
9#78657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DB #F9DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BD #F4BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8A #EB8AFF | BordersInactive statesPlaceholder text |
| 400 | E14D #E14DFF | Disabled statesSecondary iconsMuted text |
| 500 | D91A #D91AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | BB00 #BB00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9500 #9500B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A00 #6A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4400 #440052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DBFF;
--magenta-200: #F4BDFF;
--magenta-300: #EB8AFF;
--magenta-400: #E14DFF;
--magenta-500: #D91AFF;
--magenta-600: #BB00E0;
--magenta-700: #9500B3;
--magenta-800: #6A0080;
--magenta-900: #440052;
--magenta-950: #2A0033;
}