Magenta
#BC0DD3
PinkColor Codes
All color formats for development
HEX
#BC0DD3RGB
rgb(188, 13, 211)HSL
hsl(293, 88%, 44%)OKLCH
oklch(0.576 0.268 322.1)CMYK
cmyk(11%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A90CBE
2#960BA9
3#840994
4#71087F
5#5E0769
6#4B0554
7#38043F
8#26032A
9#130115
Tints
Lighter variations
1#D40FEE
2#DA28F1
3#DE43F3
4#E35EF5
5#E879F6
6#EC94F8
7#F1AEFA
8#F6C9FC
9#FAE4FD
Tones
Muted variations
1#B417C9
2#AD21BF
3#A52BB5
4#9E35AB
5#963FA2
6#8E4998
7#87538E
8#7F5C84
9#78667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C1 #F4C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EC91 #EC91F8 | BordersInactive statesPlaceholder text |
| 400 | E257 #E257F4 | Disabled statesSecondary iconsMuted text |
| 500 | DA27 #DA27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC0D #BC0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950B #950BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B08 #6B0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4405 #44054D | Primary textHigh emphasis contentDark headings |
| 950 | 2B03 #2B0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FDF1FE;
--magenta-100: #F9DDFD;
--magenta-200: #F4C1FB;
--magenta-300: #EC91F8;
--magenta-400: #E257F4;
--magenta-500: #DA27F1;
--magenta-600: #BC0DD3;
--magenta-700: #950BA8;
--magenta-800: #6B0878;
--magenta-900: #44054D;
--magenta-950: #2B0330;
}