Magenta
#BC09D7
PinkColor Codes
All color formats for development
HEX
#BC09D7RGB
rgb(188, 9, 215)HSL
hsl(292, 92%, 44%)OKLCH
oklch(0.578 0.272 321.1)CMYK
cmyk(13%, 96%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A908C2
2#9607AC
3#840697
4#710581
5#5E046C
6#4B0456
7#380341
8#26022B
9#130116
Tints
Lighter variations
1#D40AF3
2#DA24F6
3#DE3FF7
4#E35AF8
5#E876F9
6#EC91FA
7#F1ADFC
8#F6C8FD
9#FAE4FE
Tones
Muted variations
1#B413CD
2#AD1EC3
3#A528B8
4#9E32AE
5#963DA4
6#8E4799
7#87518F
8#7F5C85
9#78667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFA | BordersInactive statesPlaceholder text |
| 400 | E254 #E254F8 | Disabled statesSecondary iconsMuted text |
| 500 | DA23 #DA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC09 #BC09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9507 #9507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B05 #6B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4403 #44034E | 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: #FDF0FE;
--magenta-100: #F9DDFE;
--magenta-200: #F4BFFC;
--magenta-300: #EC8EFA;
--magenta-400: #E254F8;
--magenta-500: #DA23F6;
--magenta-600: #BC09D7;
--magenta-700: #9507AB;
--magenta-800: #6B057A;
--magenta-900: #44034E;
--magenta-950: #2B0231;
}