Magenta
#B212CE
PinkColor Codes
All color formats for development
HEX
#B212CERGB
rgb(178, 18, 206)HSL
hsl(291, 84%, 44%)OKLCH
oklch(0.559 0.26 320.4)CMYK
cmyk(14%, 91%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A010BA
2#8F0EA5
3#7D0D91
4#6B0B7C
5#590967
6#470753
7#35053E
8#240429
9#120215
Tints
Lighter variations
1#C914E9
2#D02DED
3#D647EF
4#DC61F1
5#E27CF4
6#E796F6
7#EDB0F8
8#F3CAFA
9#F9E5FD
Tones
Muted variations
1#AC1BC5
2#A525BC
3#9E2EB2
4#9838A9
5#91419F
6#8B4B96
7#84548C
8#7D5D83
9#77677A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DE #F8DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F1C2 #F1C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | E793 #E793F6 | BordersInactive statesPlaceholder text |
| 400 | DA5B #DA5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | D02C #D02CED | Primary brand colorCTAsActive elementsLinks |
| 600 | B212 #B212CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8E0E #8E0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 650A #650A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4107 #41074B | Primary textHigh emphasis contentDark headings |
| 950 | 2804 #28042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--magenta-50: #FCF1FE;
--magenta-100: #F8DEFC;
--magenta-200: #F1C2FA;
--magenta-300: #E793F6;
--magenta-400: #DA5BF1;
--magenta-500: #D02CED;
--magenta-600: #B212CE;
--magenta-700: #8E0EA4;
--magenta-800: #650A75;
--magenta-900: #41074B;
--magenta-950: #28042F;
}