Magenta
#BC12CE
PinkColor Codes
All color formats for development
HEX
#BC12CERGB
rgb(188, 18, 206)HSL
hsl(294, 84%, 44%)OKLCH
oklch(0.574 0.263 323.3)CMYK
cmyk(9%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A910BA
2#960EA5
3#830D91
4#710B7C
5#5E0967
6#4B0753
7#38053E
8#260429
9#130215
Tints
Lighter variations
1#D314E9
2#DA2DED
3#DE47EF
4#E361F1
5#E87CF4
6#EC96F6
7#F1B0F8
8#F6CAFA
9#FAE5FD
Tones
Muted variations
1#B41BC5
2#AD25BC
3#A52EB2
4#9D38A9
5#96419F
6#8E4B96
7#87548C
8#7F5D83
9#78677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DE #F9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4C2 #F4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | EC93 #EC93F6 | BordersInactive statesPlaceholder text |
| 400 | E25B #E25BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D92C #D92CED | Primary brand colorCTAsActive elementsLinks |
| 600 | BC12 #BC12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 950E #950EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B0A #6B0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4407 #44074B | Primary textHigh emphasis contentDark headings |
| 950 | 2B04 #2B042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F9DEFC;
--magenta-200: #F4C2FA;
--magenta-300: #EC93F6;
--magenta-400: #E25BF1;
--magenta-500: #D92CED;
--magenta-600: #BC12CE;
--magenta-700: #950EA4;
--magenta-800: #6B0A75;
--magenta-900: #44074B;
--magenta-950: #2B042F;
}