Magenta
#BB06DB
PinkColor Codes
All color formats for development
HEX
#BB06DBRGB
rgb(187, 6, 219)HSL
hsl(291, 95%, 44%)OKLCH
oklch(0.578 0.275 319.9)CMYK
cmyk(15%, 97%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A805C5
2#9504AF
3#830499
4#700383
5#5D036D
6#4B0258
7#380242
8#25012C
9#130116
Tints
Lighter variations
1#D306F7
2#D920F9
3#DE3CFA
4#E258FB
5#E774FB
6#EC90FC
7#F1ABFD
8#F5C7FE
9#FAE3FE
Tones
Muted variations
1#B310D0
2#AC1BC5
3#A426BB
4#9D30B0
5#963BA5
6#8E469B
7#875090
8#7F5B86
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BE #F4BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8D #EB8DFC | BordersInactive statesPlaceholder text |
| 400 | E151 #E151FB | Disabled statesSecondary iconsMuted text |
| 500 | D91F #D91FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB06 #BB06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9504 #9504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A03 #6A037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #440250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FF;
--magenta-100: #F9DCFE;
--magenta-200: #F4BEFD;
--magenta-300: #EB8DFC;
--magenta-400: #E151FB;
--magenta-500: #D91FF9;
--magenta-600: #BB06DB;
--magenta-700: #9504AE;
--magenta-800: #6A037C;
--magenta-900: #440250;
--magenta-950: #2A0132;
}