Magenta
#BB0AD6
PinkColor Codes
All color formats for development
HEX
#BB0AD6RGB
rgb(187, 10, 214)HSL
hsl(292, 91%, 44%)OKLCH
oklch(0.576 0.271 321.1)CMYK
cmyk(13%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A809C1
2#9608AB
3#830796
4#700681
5#5E056B
6#4B0456
7#380340
8#25022B
9#130115
Tints
Lighter variations
1#D30BF2
2#D925F5
3#DE40F6
4#E25BF7
5#E777F9
6#EC92FA
7#F1ADFB
8#F5C8FC
9#FAE4FE
Tones
Muted variations
1#B414CC
2#AC1FC2
3#A529B8
4#9D33AD
5#963DA3
6#8E4799
7#87528F
8#7F5C85
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C0 #F4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | EB8F #EB8FFA | BordersInactive statesPlaceholder text |
| 400 | E155 #E155F7 | Disabled statesSecondary iconsMuted text |
| 500 | D924 #D924F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | BB0A #BB0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9508 #9508AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6A06 #6A067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4404 #44044E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF0FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C0FC;
--magenta-300: #EB8FFA;
--magenta-400: #E155F7;
--magenta-500: #D924F5;
--magenta-600: #BB0AD6;
--magenta-700: #9508AA;
--magenta-800: #6A067A;
--magenta-900: #44044E;
--magenta-950: #2B0231;
}